Changeset 16224
- Timestamp:
- 11/06/2010 05:40:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r15992 r16224 173 173 screen_meta($current_screen); 174 174 175 if ( is_multisite() ) { 176 if ( is_network_admin() ) 177 do_action('network_admin_notices'); 178 else 179 do_action('site_admin_notices'); 180 } else { 175 if ( is_network_admin() ) 181 176 do_action('network_admin_notices'); 182 do_action('site_admin_notices'); 183 } 177 elseif ( is_user_admin() ) 178 do_action('user_admin_notices'); 179 else 180 do_action('admin_notices'); 184 181 185 do_action('a dmin_notices');182 do_action('all_admin_notices'); 186 183 187 184 if ( $parent_file == 'options-general.php' )
Note: See TracChangeset
for help on using the changeset viewer.