Changeset 6950 for trunk/bp-groups/bp-groups-template.php
- Timestamp:
- 04/26/2013 06:50:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-template.php
r6777 r6950 145 145 'exclude' => false, 146 146 'search_terms' => '', 147 'meta_query' => false, 147 148 'populate_extras' => true 148 149 ); … … 170 171 'user_id' => $user_id, 171 172 'search_terms' => $search_terms, 173 'meta_query' => $meta_query, 172 174 'include' => $include, 173 175 'exclude' => $exclude, … … 308 310 'slug' => $slug, // Pass a group slug to only return that group 309 311 'search_terms' => '', // Pass search terms to return only matching groups 312 'meta_query' => false, // Filter by groupmeta. See WP_Meta_Query for format 310 313 'include' => false, // Pass comma separated list or array of group ID's to return only these groups 311 314 'exclude' => false, // Pass comma separated list or array of group ID's to exclude these groups … … 335 338 'slug' => $r['slug'], 336 339 'search_terms' => $r['search_terms'], 340 'meta_query' => $r['meta_query'], 337 341 'include' => $r['include'], 338 342 'exclude' => $r['exclude'],
Note: See TracChangeset
for help on using the changeset viewer.