Make WordPress Core


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.