mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Fix variable mis-name.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a002cfdc7f
commit
eb3d1dd7c8
@ -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