Make WordPress Core


Ignore:
Timestamp:
12/17/2010 08:32:43 AM (13 years ago)
Author:
nacin
Message:

NULL isn't set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r16994 r17019  
    314314        return false;
    315315
    316     if ( ! isset( $show_admin_bar ) || null === $show_admin_bar ) {
     316    if ( ! isset( $show_admin_bar ) ) {
    317317        if ( ! is_user_logged_in() || ( is_admin() && ! is_multisite() ) ) {
    318318            $show_admin_bar = false;
Note: See TracChangeset for help on using the changeset viewer.