Changeset 15484 for trunk/wp-admin/admin-header.php
- Timestamp:
- 08/02/2010 03:36:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r15481 r15484 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 { 181 do_action('network_admin_notices'); 182 do_action('site_admin_notices'); 183 } 184 175 185 do_action('admin_notices'); 176 186
Note: See TracChangeset
for help on using the changeset viewer.