- Timestamp:
- 11/22/2015 04:58:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-member-suggestions.php
r10248 r10373 94 94 public function get_suggestions() { 95 95 $user_query = array( 96 'count_total' => '', // Prevents total count 96 'count_total' => '', // Prevents total count. 97 97 'populate_extras' => false, 98 98 'type' => 'alphabetical', … … 117 117 } else { 118 118 $group_query = array( 119 'count_total' => '', // Prevents total count 119 'count_total' => '', // Prevents total count. 120 120 'populate_extras' => false, 121 121 'type' => 'alphabetical',
Note: See TracChangeset
for help on using the changeset viewer.