Changeset 12547 for trunk/src/bp-core/classes/class-bp-user-query.php
- Timestamp:
- 01/29/2020 09:43:16 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-user-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-user-query.php
r12329 r12547 184 184 do_action_ref_array( 'bp_pre_user_query_construct', array( &$this ) ); 185 185 186 // Get user ids 186 // Get user ids. 187 187 // If the user_ids param is present, we skip the query. 188 188 if ( false !== $this->query_vars['user_ids'] ) {
Note: See TracChangeset
for help on using the changeset viewer.