From ee16fbfe00e0cdaa04b6a9c3ecdfe5dbc8890236 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 17 Dec 2010 08:40:15 +0000 Subject: [PATCH] -- bad white space git-svn-id: https://develop.svn.wordpress.org/trunk@17022 602fd350-edb4-49c9-b593-d223f7449a82 --- 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