Fix the MS admin notice feed.

git-svn-id: http://svn.automattic.com/wordpress/trunk@13792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-03-22 02:23:45 +00:00
parent 261592f3e7
commit 243106b21e

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