Ticket #7084: default-filters.php.diff
File default-filters.php.diff, 555 bytes (added by , 16 years ago) |
---|
-
wp-includes/default-filters.php
76 76 77 77 // Format strings for display. 78 78 $filters = array('comment_author', 'term_name', 'link_name', 'link_description', 79 'link_notes', 'bloginfo', 'wp_title' );79 'link_notes', 'bloginfo', 'wp_title', 'widget_title'); 80 80 foreach ( $filters as $filter ) { 81 81 add_filter($filter, 'wptexturize'); 82 82 add_filter($filter, 'convert_chars');