Changeset 11095 for trunk/src/bp-groups/bp-groups-template.php
- Timestamp:
- 09/13/2016 06:21:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r11091 r11095 139 139 * @type array|string $exclude Array or comma-separated list of group IDs. Results will exclude 140 140 * the listed groups. Default: false. 141 * @type array|string $parent_id Array or comma-separated list of group IDs. Results will include only 142 * child groups of the listed groups. Default: null. 141 143 * @type bool $update_meta_cache Whether to fetch groupmeta for queried groups. Default: true. 142 144 * @type bool $update_admin_cache Whether to pre-fetch group admins for queried groups. … … 203 205 'include' => false, 204 206 'exclude' => false, 207 'parent_id' => null, 205 208 'populate_extras' => true, 206 209 'update_meta_cache' => true, … … 227 230 'include' => $r['include'], 228 231 'exclude' => $r['exclude'], 232 'parent_id' => $r['parent_id'], 229 233 'populate_extras' => (bool) $r['populate_extras'], 230 234 'update_meta_cache' => (bool) $r['update_meta_cache'],
Note: See TracChangeset
for help on using the changeset viewer.