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;