mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
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;
|
$show_admin_bar = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( null == $show ) {
|
if ( null === $show ) {
|
||||||
return $show_admin_bar;
|
return $show_admin_bar;
|
||||||
} else {
|
} else {
|
||||||
$old_value = $show_admin_bar;
|
$old_value = $show_admin_bar;
|
||||||
|
Loading…
Reference in New Issue
Block a user