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:
Andrew Ozz
2008-08-29 06:36:31 +00:00
parent 0ee936577d
commit 37d4888191
2 changed files with 5 additions and 15 deletions

View File

@@ -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">