mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix position of admin notices, includes patch by caesarsgrunt, fixes #7619
git-svn-id: https://develop.svn.wordpress.org/trunk@8769 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -133,10 +133,13 @@ if ( ! $is_opera ) {
|
||||
|
||||
<?php
|
||||
require(ABSPATH . 'wp-admin/menu-header.php');
|
||||
?>
|
||||
<div id="wpbody">
|
||||
<div id="wpbody-content">
|
||||
<?php
|
||||
do_action('admin_notices');
|
||||
|
||||
if ( $parent_file == 'options-general.php' ) {
|
||||
require(ABSPATH . 'wp-admin/options-head.php');
|
||||
}
|
||||
?>
|
||||
<div id="wpbody">
|
||||
<div id="wpbody-content">
|
||||
|
||||
Reference in New Issue
Block a user