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:
parent
2814ee67e1
commit
a002cfdc7f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue