Make WordPress Core

Ticket #1545: default-filters.php.diff

File default-filters.php.diff, 499 bytes (added by markjaquith, 19 years ago)

Patch for 1.6

  • default-filters.php

     
    1010add_filter('the_title', 'wptexturize');
    1111add_filter('the_content', 'wptexturize');
    1212add_filter('the_excerpt', 'wptexturize');
    13 add_filter('bloginfo', 'wptexturize');
     13// add_filter('bloginfo', 'wptexturize');
    1414
    1515// Comments, trackbacks, pingbacks
    1616add_filter('pre_comment_author_name', 'strip_tags');