Make WordPress Core


Ignore:
Timestamp:
10/20/2010 01:38:50 PM (13 years ago)
Author:
westi
Message:

Fix variable mis-name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r15864 r15865  
    44184418    static $show_admin_bar = null;
    44194419
    4420     if ( !isset($show_admin_var) ) {
     4420    if ( !isset($show_admin_bar) ) {
    44214421        if ( null !== $show )
    44224422            $show_admin_bar = $show;
Note: See TracChangeset for help on using the changeset viewer.