Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/14/2016 01:34:44 AM (9 years ago)
Author:
boonebgorges
Message:

Groups: Eliminate the populate_extras option from the bp_has_groups() stack.

Fun fact: Now that all these values are cached and lazy-loaded, the
parameter no longer does anything. Begone!

See #5451.

File:
1 edited

Legend:

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

    r11091 r11100  
    9393        $user_query = array(
    9494            'count_total'     => '',  // Prevents total count.
    95             'populate_extras' => false,
    9695            'type'            => 'alphabetical',
    9796
     
    116115            $group_query = array(
    117116                'count_total'     => '',  // Prevents total count.
    118                 'populate_extras' => false,
    119117                'type'            => 'alphabetical',
    120118
Note: See TracChangeset for help on using the changeset viewer.