mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Move admin_notices after screen meta
git-svn-id: http://svn.automattic.com/wordpress/trunk@9958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8834a6d1be
commit
d3eefc6419
@ -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