mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Explicitly define what gets texturized.
git-svn-id: https://develop.svn.wordpress.org/trunk@1125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -174,6 +174,13 @@ foreach($wpsmiliestrans as $smiley => $img) {
|
||||
|
||||
|
||||
// Some default filters
|
||||
add_filter('all', 'wptexturize');
|
||||
add_filter('category_description', 'wptexturize');
|
||||
add_filter('list_cats', 'wptexturize');
|
||||
add_filter('comment_author', 'wptexturize');
|
||||
add_filter('comment_text', 'wptexturize');
|
||||
add_filter('single_post_title', 'wptexturize');
|
||||
add_filter('the_title', 'wptexturize');
|
||||
add_filter('the_content', 'wptexturize');
|
||||
add_filter('the_excerpt', 'wptexturize');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user