From 3fcf08fe17660ee4c91993c7266d3af18ce5f367 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sun, 12 Dec 2010 06:40:52 +0000 Subject: [PATCH] Add missing global for r16881 See #15781 git-svn-id: https://develop.svn.wordpress.org/trunk@16882 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ?>