Make WordPress Core


Ignore:
Timestamp:
11/21/2011 03:43:57 PM (13 years ago)
Author:
nacin
Message:

Revert other stuffs from [19374].

File:
1 edited

Legend:

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

    r19374 r19376  
    115115elseif ( is_user_admin() )
    116116    do_action('user_admin_notices');
    117 elseif ( 'about' != $current_screen->parent_base )
     117else
    118118    do_action('admin_notices');
    119119
    120 if ( 'about' != $current_screen->parent_base )
    121     do_action('all_admin_notices');
     120do_action('all_admin_notices');
    122121
    123122if ( $parent_file == 'options-general.php' )
Note: See TracChangeset for help on using the changeset viewer.