diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index ca70066e57..dc453d398a 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1536,7 +1536,7 @@ function _admin_search_query() { */ function iframe_header( $title = '', $limit_styles = false ) { show_admin_bar( false ); - global $hook_suffix, $current_screen, $admin_body_class, $wp_locale; + global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale; $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); ?>