Make WordPress Core

Changeset 17016


Ignore:
Timestamp:
12/17/2010 03:46:47 AM (14 years ago)
Author:
nacin
Message:

Revert [16292], admin_notices for non-network non-user only. all_admin_notices for all. fixes #14696.

File:
1 edited

Legend:

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

    r16900 r17016  
    189189    do_action('user_admin_notices');
    190190else
    191     do_action('blog_admin_notices');
     191    do_action('admin_notices');
    192192
    193 do_action('admin_notices');
     193do_action('all_admin_notices');
    194194
    195195if ( $parent_file == 'options-general.php' )
Note: See TracChangeset for help on using the changeset viewer.