Fix variable mis-name.
git-svn-id: https://develop.svn.wordpress.org/trunk@15865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
debdb6e258
commit
18fb594129
@ -4417,7 +4417,7 @@ function wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override = ar
|
||||
function show_admin_bar( $show = null ) {
|
||||
static $show_admin_bar = null;
|
||||
|
||||
if ( !isset($show_admin_var) ) {
|
||||
if ( !isset($show_admin_bar) ) {
|
||||
if ( null !== $show )
|
||||
$show_admin_bar = $show;
|
||||
elseif ( defined('WP_SHOW_ADMIN_BAR') )
|
||||
|
Loading…
Reference in New Issue
Block a user