From 1e732357a257b3419a15cd9a024124ac5e181ac1 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@15192 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 c57fb7a5a..ce4b66abe 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 )