Skip to:
Content

BuddyPress.org

Ticket #3493: 3493.diff

File 3493.diff, 521 bytes (added by davidtcarson, 13 years ago)
  • bp-core/bp-core-buddybar.php

     
    572572        else
    573573                $stylesheet = BP_PLUGIN_URL . '/bp-core/css/buddybar.css';
    574574
     575        if ( (int)bp_get_option( 'hide-loggedout-adminbar' ) && !is_user_logged_in() )
     576                return;
     577
    575578        wp_enqueue_style( 'bp-admin-bar', apply_filters( 'bp_core_admin_bar_css', $stylesheet ), array(), '20110723' );
    576579
    577580        if ( !is_rtl() )