Equal equal equal. see #14772

git-svn-id: http://svn.automattic.com/wordpress/trunk@15864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-10-20 13:27:55 +00:00
parent 2814ee67e1
commit a002cfdc7f
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;