From b46aa2d7c0a0b67ab0f08c626f5bcb71a607a54d Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 6 May 2003 08:07:29 +0000 Subject: [PATCH] Use new features (texturize etc.) by default. git-svn-id: https://develop.svn.wordpress.org/trunk@15 602fd350-edb4-49c9-b593-d223f7449a82 --- b2-include/b2vars.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/b2-include/b2vars.php b/b2-include/b2vars.php index cca5ffe6a1..55978cf231 100644 --- a/b2-include/b2vars.php +++ b/b2-include/b2vars.php @@ -268,9 +268,8 @@ foreach($b2smiliestrans as $smiley => $img) { $b2_smiliesreplace[] = "$smiley_masked"; } -# sets curly quotes on or off from the config -if (isset($use_smartquotes) && ($use_smartquotes)) { - add_filter('all', 'phpcurlme'); -} + add_filter('all', 'wptexturize'); + add_filter('the_content', 'wpautop'); + add_filter('comment_text', 'wpautop'); ?> \ No newline at end of file