mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Revert other stuffs from [19374].
git-svn-id: https://develop.svn.wordpress.org/trunk@19376 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,11 +114,10 @@ if ( is_network_admin() )
|
||||
do_action('network_admin_notices');
|
||||
elseif ( is_user_admin() )
|
||||
do_action('user_admin_notices');
|
||||
elseif ( 'about' != $current_screen->parent_base )
|
||||
else
|
||||
do_action('admin_notices');
|
||||
|
||||
if ( 'about' != $current_screen->parent_base )
|
||||
do_action('all_admin_notices');
|
||||
do_action('all_admin_notices');
|
||||
|
||||
if ( $parent_file == 'options-general.php' )
|
||||
require(ABSPATH . 'wp-admin/options-head.php');
|
||||
|
||||
Reference in New Issue
Block a user