From 9ddfc388333e13362d3c696f92bc8a8f5a17505b Mon Sep 17 00:00:00 2001 From: rob1n Date: Mon, 30 Apr 2007 02:28:06 +0000 Subject: [PATCH] Fix stupid error on my part. Props abbaanthony. fixes #4208 git-svn-id: http://svn.automattic.com/wordpress/trunk@5347 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index-extra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/index-extra.php b/wp-admin/index-extra.php index 59d51ec8a0..79d24a785c 100644 --- a/wp-admin/index-extra.php +++ b/wp-admin/index-extra.php @@ -10,7 +10,7 @@ case 'incominglinks' : $rss = @fetch_rss(apply_filters( 'dashboard_incoming_links_feed', 'http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress' )); if ( isset($rss->items) && 1 < count($rss->items) ) { // Technorati returns a 1-item feed when it has no results ?> -

+