Fix variable mis-name.

git-svn-id: https://develop.svn.wordpress.org/trunk@15865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2010-10-20 13:38:50 +00:00
parent debdb6e258
commit 18fb594129
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') )