Make WordPress Core

Changeset 16292


Ignore:
Timestamp:
11/11/2010 12:32:22 PM (14 years ago)
Author:
nacin
Message:

blog_admin_notices for non-network-non-user, admin_notices for all. see #14696.

File:
1 edited

Legend:

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

    r16265 r16292  
    182182    do_action('user_admin_notices');
    183183else
    184     do_action('admin_notices');
     184    do_action('blog_admin_notices');
    185185
    186 do_action('all_admin_notices');
     186do_action('admin_notices');
    187187
    188188if ( $parent_file == 'options-general.php' )
Note: See TracChangeset for help on using the changeset viewer.