Skip to:
Content

BuddyPress.org

Changeset 2827


Ignore:
Timestamp:
03/10/2010 12:49:45 PM (15 years ago)
Author:
apeatling
Message:

Fixes #2141

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-cssjs.php

    r2723 r2827  
    4848    global $current_blog;
    4949
    50     if ( $current_blog->blog_id != BP_ROOT_BLOG )
     50    if ( bp_core_is_multisite() && $current_blog->blog_id != BP_ROOT_BLOG )
    5151        return false;
    5252?>
Note: See TracChangeset for help on using the changeset viewer.