From a97dcfe8a703e98ba706524b93b5d2ebfa0a3101 Mon Sep 17 00:00:00 2001 From: westi Date: Fri, 17 Dec 2010 08:40:15 +0000 Subject: [PATCH] -- bad white space git-svn-id: http://svn.automattic.com/wordpress/trunk@17022 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 3a2bd460a0..f3572bb99e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -4487,8 +4487,8 @@ function show_admin_bar( $show ) { // Remove the object if we are not going to be showing // Otherwise you have to call this function prior to the init hook for it to work! - if ( ! $show_admin_bar && isset( $GLOBALS['wp_admin_bar'] ) ) - $GLOBALS['wp_admin_bar'] = null; + if ( ! $show_admin_bar && isset( $GLOBALS['wp_admin_bar'] ) ) + $GLOBALS['wp_admin_bar'] = null; } ?> \ No newline at end of file