Make WordPress Core


Ignore:
Timestamp:
08/29/2008 06:36:31 AM (16 years ago)
Author:
azaozz
Message:

Fix position of admin notices, includes patch by caesarsgrunt, fixes #7619

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r8741 r8769  
    134134<?php
    135135require(ABSPATH . 'wp-admin/menu-header.php');
     136?>
     137<div id="wpbody">
     138<div id="wpbody-content">
     139<?php
     140do_action('admin_notices');
    136141
    137142if ( $parent_file == 'options-general.php' ) {
     
    139144}
    140145?>
    141 <div id="wpbody">
    142 <div id="wpbody-content">
Note: See TracChangeset for help on using the changeset viewer.