Fix the MS admin notice feed.

git-svn-id: https://develop.svn.wordpress.org/trunk@13792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-03-22 02:23:45 +00:00
parent 450fa7374f
commit f5262bb86e
1 changed files with 1 additions and 1 deletions

View File

@ -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' ] ) )