Changeset 26120 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 11/13/2013 03:22:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r26072 r26120 13 13 // In case admin-header.php is included in a function. 14 14 global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version, 15 $current_site, $update_title, $total_update_count, $parent_file; 15 $update_title, $total_update_count, $parent_file; 16 17 $current_site = get_current_site(); 16 18 17 19 // Catch plugins that include admin-header.php before admin.php completes.
Note: See TracChangeset
for help on using the changeset viewer.