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-template.php

    r11095 r11100  
    172172            'group_type__not_in' => '',
    173173            'meta_query'         => false,
    174             'populate_extras'    => true,
    175174            'update_meta_cache'  => true,
    176175            'update_admin_cache' => false,
     
    227226                'exclude'            => $exclude,
    228227                'parent_id'          => $parent_id,
    229                 'populate_extras'    => $populate_extras,
    230228                'update_meta_cache'  => $update_meta_cache,
    231229                'update_admin_cache' => $update_admin_cache,
Note: See TracChangeset for help on using the changeset viewer.