Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/12/2010 01:03:42 PM (15 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk

File:
1 edited

Legend:

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

    r2723 r2842  
    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.