Fix variable mis-name.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-10-20 13:38:50 +00:00
parent a002cfdc7f
commit eb3d1dd7c8
1 changed files with 1 additions and 1 deletions

View File

@ -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') )