Changeset 11523 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 04/05/2017 12:00:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11447 r11523 709 709 'exclude' => false, // Do not include these specific groups (group_ids). 710 710 'parent_id' => null, // Get groups that are children of the specified group(s). 711 'slug' => array(), // Find a group or groups by slug. 711 712 'search_terms' => false, // Limit to groups that match these search terms. 712 713 'search_columns' => array(), // Select which columns to search. … … 729 730 'include' => $r['include'], 730 731 'exclude' => $r['exclude'], 732 'slug' => $r['slug'], 731 733 'parent_id' => $r['parent_id'], 732 734 'search_terms' => $r['search_terms'],
Note: See TracChangeset
for help on using the changeset viewer.