Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2009 10:41:10 AM (16 years ago)
Author:
apeatling
Message:

Single WP support. Yes, you read that correctly.

File:
1 edited

Legend:

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

    r2088 r2209  
    3333    global $bp, $current_blog;
    3434
    35     if ( !defined( 'BP_ENABLE_MULTIBLOG' ) ) {
     35    if ( !defined( 'BP_ENABLE_MULTIBLOG' ) && bp_core_is_multiblog_install() ) {
    3636        /* Only catch URI's on the root blog if we are not running BP on multiple blogs */
    3737        if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
Note: See TracChangeset for help on using the changeset viewer.