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:
parent
450fa7374f
commit
f5262bb86e
@ -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' ] ) )
|
||||
|
Loading…
Reference in New Issue
Block a user