diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 95af173f26..6df3ad2f72 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -12,9 +12,7 @@ if ( ! defined( 'WP_ADMIN' ) ) // In case admin-header.php is included in a function. global $title, $hook_suffix, $current_screen, $wp_locale, $pagenow, $wp_version, - $update_title, $total_update_count, $parent_file; - -$current_site = get_current_site(); + $current_site, $update_title, $total_update_count, $parent_file; // Catch plugins that include admin-header.php before admin.php completes. if ( empty( $current_screen ) )