Changeset 1887 for trunk/bp-core.php
- Timestamp:
- 09/16/2009 07:46:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1878 r1887 388 388 global $bp; 389 389 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 ) { 391 391 $bp->is_directory = true; 392 392
Note: See TracChangeset
for help on using the changeset viewer.