Changeset 19374 for trunk/wp-admin/admin-header.php
- Timestamp:
- 11/21/2011 03:35:57 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r19324 r19374 115 115 elseif ( is_user_admin() ) 116 116 do_action('user_admin_notices'); 117 else 117 elseif ( 'about' != $current_screen->parent_base ) 118 118 do_action('admin_notices'); 119 119 120 do_action('all_admin_notices'); 120 if ( 'about' != $current_screen->parent_base ) 121 do_action('all_admin_notices'); 121 122 122 123 if ( $parent_file == 'options-general.php' )
Note: See TracChangeset
for help on using the changeset viewer.