Changeset 10037 for trunk/src/bp-friends/bp-friends-functions.php
- Timestamp:
- 08/07/2015 05:52:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-functions.php
r9995 r10037 283 283 if ( isset( $members_template->member->friendship_status ) ) { 284 284 return $members_template->member->friendship_status; 285 286 // make sure that the friends BP_User_Query was registered before assuming287 // status as 'not_friends'288 } elseif ( has_filter( 'bp_user_query_populate_extras', 'bp_friends_filter_user_query_populate_extras' ) ) {289 return 'not_friends';290 285 } 291 286 }
Note: See TracChangeset
for help on using the changeset viewer.