Changeset 5548 for branches/1.5/bp-core/bp-core-catchuri.php
- Timestamp:
- 12/13/2011 08:37:12 PM (15 years ago)
- File:
-
- 1 edited
-
branches/1.5/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-core/bp-core-catchuri.php
r5360 r5548 187 187 188 188 // Make sure there's a user corresponding to $bp_uri[0] 189 if ( !empty( $bp->pages->members ) && !empty( $bp_uri[0] ) && $root_profile = get_user databylogin($bp_uri[0] ) ) {189 if ( !empty( $bp->pages->members ) && !empty( $bp_uri[0] ) && $root_profile = get_user_by( 'login', $bp_uri[0] ) ) { 190 190 191 191 // Force BP to recognize that this is a members page
Note: See TracChangeset
for help on using the changeset viewer.