From 015190e536de3e92e1f8e71cfe84befb59eef11d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 5 May 2009 21:38:08 +0000 Subject: [PATCH] texturize widget titles. Props jtatum. fixes #7084 git-svn-id: https://develop.svn.wordpress.org/trunk@11208 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/default-filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-filters.php b/wp-includes/default-filters.php index 6247e3124e..7effbf8f6e 100644 --- a/wp-includes/default-filters.php +++ b/wp-includes/default-filters.php @@ -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');