From f5262bb86edfca6575711dfa3a6f7cb349fe883e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 22 Mar 2010 02:23:45 +0000 Subject: [PATCH] Fix the MS admin notice feed. git-svn-id: https://develop.svn.wordpress.org/trunk@13792 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/ms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/ms.php b/wp-admin/includes/ms.php index 3a26f069bf..8504ea6bde 100644 --- a/wp-admin/includes/ms.php +++ b/wp-admin/includes/ms.php @@ -634,7 +634,7 @@ add_action( 'admin_notices', 'secret_salt_warning' ); function admin_notice_feed() { global $current_user, $current_screen; - if ( $current_screen->id != 'index' ) + if ( $current_screen->id != 'dashboard' ) return; if ( !empty( $_GET[ 'feed_dismiss' ] ) )