From debdb6e258b6fd62c62afae4048cdcd3d1984db5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 20 Oct 2010 13:27:55 +0000 Subject: [PATCH] Equal equal equal. see #14772 git-svn-id: https://develop.svn.wordpress.org/trunk@15864 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f7a08565e6..04bc79e534 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -4426,7 +4426,7 @@ function show_admin_bar( $show = null ) { $show_admin_bar = true; } - if ( null == $show ) { + if ( null === $show ) { return $show_admin_bar; } else { $old_value = $show_admin_bar;