Skip to:
Content

BuddyPress.org

Changeset 4490


Ignore:
Timestamp:
06/12/2011 12:17:24 PM (12 years ago)
Author:
boonebgorges
Message:

Don't bother checking for additional subdomain paths on non-subdomain installs. Fixes #3277. Props wpmuguru

File:
1 edited

Legend:

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

    r4484 r4490  
    6767
    6868    // Running off blog other than root
    69     if ( is_multisite() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) ) {
     69    if ( is_multisite() && !is_subdomain_install() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) ) {
    7070
    7171        // Any subdirectory names must be removed from $bp_uri.
Note: See TracChangeset for help on using the changeset viewer.