Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/22/2015 04:58:34 AM (9 years ago)
Author:
tw2113
Message:

More docs cleanup for BP-Groups component.

See #6401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-member-suggestions.php

    r10248 r10373  
    9494    public function get_suggestions() {
    9595        $user_query = array(
    96             'count_total'     => '',  // Prevents total count
     96            'count_total'     => '',  // Prevents total count.
    9797            'populate_extras' => false,
    9898            'type'            => 'alphabetical',
     
    117117        } else {
    118118            $group_query = array(
    119                 'count_total'     => '',  // Prevents total count
     119                'count_total'     => '',  // Prevents total count.
    120120                'populate_extras' => false,
    121121                'type'            => 'alphabetical',
Note: See TracChangeset for help on using the changeset viewer.