Changeset 10042 for trunk/src/bp-friends/bp-friends-filters.php
- Timestamp:
- 08/11/2015 04:43:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-filters.php
r10037 r10042 61 61 continue; 62 62 } 63 $user_query->results[ $nf ]->friendship_status = 'not_friends'; 63 64 if ( isset( $user_query->results[ $nf ] ) ) { 65 $user_query->results[ $nf ]->friendship_status = 'not_friends'; 66 } 64 67 } 65 68
Note: See TracChangeset
for help on using the changeset viewer.