Make WordPress Core

Changeset 8769


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

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

Location:
trunk/wp-admin
Files:
2 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">
  • trunk/wp-admin/menu-header.php

    r8735 r8769  
    105105
    106106<ul id="dashmenu" class="wp-menu">
    107 
    108107<?php
    109108
     
    112111
    113112?>
    114 
    115 
    116113</ul>
    117 
    118114
    119115<ul id="adminmenu" class="wp-menu">
    120116
    121117<li class="write-new-button"><a class="button-secondary" href="post-new.php"><?php _e( 'Write New Post' ); ?></a></li>
    122 
    123118<?php
    124119
     
    127122
    128123?>
    129 
    130 
    131124</ul>
    132 
    133 <?php
    134 
    135 do_action('admin_notices');
    136 
    137 ?>
Note: See TracChangeset for help on using the changeset viewer.