texturize widget titles. Props jtatum. fixes #7084

git-svn-id: https://develop.svn.wordpress.org/trunk@11208 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-05 21:38:08 +00:00
parent 5a250e36ff
commit 015190e536
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ foreach ( $filters as $filter ) {
// Format strings for display.
$filters = array('comment_author', 'term_name', 'link_name', 'link_description',
'link_notes', 'bloginfo', 'wp_title');
'link_notes', 'bloginfo', 'wp_title', 'widget_title');
foreach ( $filters as $filter ) {
add_filter($filter, 'wptexturize');
add_filter($filter, 'convert_chars');