Ticket #1545: default-filters.php.diff
File default-filters.php.diff, 499 bytes (added by , 19 years ago) |
---|
-
default-filters.php
10 10 add_filter('the_title', 'wptexturize'); 11 11 add_filter('the_content', 'wptexturize'); 12 12 add_filter('the_excerpt', 'wptexturize'); 13 add_filter('bloginfo', 'wptexturize');13 // add_filter('bloginfo', 'wptexturize'); 14 14 15 15 // Comments, trackbacks, pingbacks 16 16 add_filter('pre_comment_author_name', 'strip_tags');