Ticket #18785: 18785.11.diff
| File 18785.11.diff, 581 bytes (added by , 14 years ago) |
|---|
-
wp-admin/admin-header.php
14 14 global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version, $is_iphone, 15 15 $current_site, $update_title, $total_update_count, $parent_file; 16 16 17 // Catch plugins that include admin-header.php before admin.php completes. 18 if ( empty( $current_screen ) ) 19 set_current_screen(); 20 17 21 get_admin_page_title(); 18 22 $title = esc_html( strip_tags( $title ) ); 19 23