Changeset 7087 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 05/19/2013 12:09:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r6950 r7087 414 414 415 415 $defaults = array( 416 'type' => 'active', // active, newest, alphabetical, random, popular, most-forum-topics or most-forum-posts 416 'type' => false, // active, newest, alphabetical, random, popular, most-forum-topics or most-forum-posts 417 'order' => 'DESC', // 'ASC' or 'DESC' 418 'orderby' => 'date_created', // date_created, last_activity, total_member_count, name, random 417 419 'user_id' => false, // Pass a user_id to limit to only groups that this user is a member of 418 420 'include' => false, // Only include these specific groups (group_ids) … … 438 440 'per_page' => $r['per_page'], 439 441 'page' => $r['page'], 440 'populate_extras' => $r['populate_extras'] 442 'populate_extras' => $r['populate_extras'], 443 'order' => $r['order'], 444 'orderby' => $r['orderby'], 441 445 ) ); 442 446
Note: See TracChangeset
for help on using the changeset viewer.