Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2008 11:58:11 PM (17 years ago)
Author:
apeatling
Message:

Fixed catch-uri functions so that BuddyPress no longer has to be installed in the root of a site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-cssjs.php

    r375 r392  
    3838 */
    3939function bp_core_add_css() {
    40     if ( is_user_logged_in() ) {
     40    if ( is_user_logged_in() && bp_core_user_has_home() ) {
    4141        wp_enqueue_style( 'bp-admin-bar', site_url() . '/wp-content/mu-plugins/bp-core/css/admin-bar.css' );
    4242        wp_print_styles();
Note: See TracChangeset for help on using the changeset viewer.