mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
5a250e36ff
commit
015190e536
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user