From 646aaa1d626a712a0caa9081c36a18762c9bc18a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 10 Jun 2010 17:49:55 +0000 Subject: [PATCH] Don't specify a background for the default RSS widget's icon. props lancewillet, fixes #13719. git-svn-id: https://develop.svn.wordpress.org/trunk@15192 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/default-widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index c57fb7a5a9..ce4b66abe9 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -737,7 +737,7 @@ class WP_Widget_RSS extends WP_Widget { $url = esc_url(strip_tags($url)); $icon = includes_url('images/rss.png'); if ( $title ) - $title = "RSS $title"; + $title = "RSS $title"; echo $before_widget; if ( $title )