- Timestamp:
- 10/09/2020 01:25:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-template.php
r12426 r12744 172 172 'group_type__in' => '', 173 173 'group_type__not_in' => '', 174 'status' => array(), 174 175 'meta_query' => false, 175 176 'update_meta_cache' => true, … … 225 226 'group_type__in' => $group_type__in, 226 227 'group_type__not_in' => $group_type__not_in, 228 'status' => $status, 227 229 'include' => $include, 228 230 'exclude' => $exclude,
Note: See TracChangeset
for help on using the changeset viewer.