Changeset 10147 for trunk/src/bp-friends/bp-friends-filters.php
- Timestamp:
- 09/27/2015 05:08:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-filters.php
r10042 r10147 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Friend Filters. … … 8 7 */ 9 8 9 // Exit if accessed directly. 10 defined( 'ABSPATH' ) || exit; 11 10 12 /** 11 13 * Filter BP_User_Query::populate_extras to add confirmed friendship status. … … 14 16 * against the logged-in user. 15 17 * 16 * @since BuddyPress (1.7.0)18 * @since 1.7.0 17 19 * 18 20 * @global WPDB $wpdb WordPress database access object.
Note: See TracChangeset
for help on using the changeset viewer.