From e94c45f666df50a5aa80e65be47fac10e6f1df8b Mon Sep 17 00:00:00 2001 From: saxmatt Date: Tue, 6 May 2003 08:07:29 +0000 Subject: [PATCH] Use new features (texturize etc.) by default. git-svn-id: http://svn.automattic.com/wordpress/trunk@15 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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