Changeset 9471 for trunk/src/bp-friends/bp-friends-filters.php
- Timestamp:
- 02/10/2015 02:49:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-filters.php
r8958 r9471 16 16 * @since BuddyPress (1.7.0) 17 17 * 18 * @global BuddyPress $bp Global BuddyPress settings.19 18 * @global WPDB $wpdb WordPress database access object. 20 19 * … … 24 23 */ 25 24 function bp_friends_filter_user_query_populate_extras( BP_User_Query $user_query, $user_ids_sql ) { 26 global $ bp, $wpdb;25 global $wpdb; 27 26 28 27 // stop if user isn't logged in … … 30 29 return; 31 30 } 31 32 $bp = buddypress(); 32 33 33 34 // Fetch whether or not the user is a friend of the current user
Note: See TracChangeset
for help on using the changeset viewer.