Move admin_notices after screen meta
git-svn-id: https://develop.svn.wordpress.org/trunk@9958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
211fd456aa
commit
16c3ce94e9
@ -109,10 +109,9 @@ if ( function_exists('mb_strlen') ) {
|
||||
|
||||
<div id="wpbody-content">
|
||||
<?php
|
||||
do_action('admin_notices');
|
||||
|
||||
screen_meta($hook_suffix);
|
||||
//unset($hook_suffix);
|
||||
|
||||
do_action('admin_notices');
|
||||
|
||||
if ( $parent_file == 'options-general.php' ) {
|
||||
require(ABSPATH . 'wp-admin/options-head.php');
|
||||
|
Loading…
Reference in New Issue
Block a user