mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
681e5b2998
commit
e94c45f666
@ -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');
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user