Use new features (texturize etc.) by default.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-06 08:07:29 +00:00
parent 681e5b2998
commit e94c45f666
1 changed files with 3 additions and 4 deletions

View File

@ -268,9 +268,8 @@ foreach($b2smiliestrans as $smiley => $img) {
$b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$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');
?>