Changeset 11208
- Timestamp:
- 05/05/2009 09:38:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r10815 r11208 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');
Note: See TracChangeset
for help on using the changeset viewer.