-- bad white space
git-svn-id: https://develop.svn.wordpress.org/trunk@17022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
99aa874270
commit
ee16fbfe00
@ -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;
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user