Make WordPress Core


Ignore:
Timestamp:
05/05/2009 09:38:08 PM (15 years ago)
Author:
ryan
Message:

texturize widget titles. Props jtatum. fixes #7084

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r10815 r11208  
    7777// Format strings for display.
    7878$filters = array('comment_author', 'term_name', 'link_name', 'link_description',
    79     'link_notes', 'bloginfo', 'wp_title');
     79    'link_notes', 'bloginfo', 'wp_title', 'widget_title');
    8080foreach ( $filters as $filter ) {
    8181    add_filter($filter, 'wptexturize');
Note: See TracChangeset for help on using the changeset viewer.