Skip to:
Content

BuddyPress.org

Changeset 1887 for trunk/bp-core.php


Ignore:
Timestamp:
09/16/2009 07:46:47 PM (16 years ago)
Author:
apeatling
Message:

Fixes for subdirectory WPMU installations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1878 r1887  
    388388    global $bp;
    389389
    390     if ( !is_home() && is_null( $bp->displayed_user->id ) && $bp->current_component == BP_MEMBERS_SLUG ) {
     390    if ( is_null( $bp->displayed_user->id ) && $bp->current_component == BP_MEMBERS_SLUG ) {
    391391        $bp->is_directory = true;
    392392
Note: See TracChangeset for help on using the changeset viewer.