Equal equal equal. see #14772

git-svn-id: https://develop.svn.wordpress.org/trunk@15864 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-10-20 13:27:55 +00:00
parent 74ef68d6ce
commit debdb6e258
1 changed files with 1 additions and 1 deletions

View File

@ -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;