Changeset 18526 for trunk/wp-admin/admin-header.php
- Timestamp:
- 08/10/2011 07:54:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r18498 r18526 10 10 if ( ! defined( 'WP_ADMIN' ) ) 11 11 require_once( './admin.php' ); 12 13 // In case admin-header.php is included in a function. 14 global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version, $is_iphone, 15 $user_identity, $current_site, $update_title, $total_update_count, $parent_file; 12 16 13 17 get_admin_page_title();
Note: See TracChangeset
for help on using the changeset viewer.