Changeset 11764 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 12/08/2017 03:52:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r11763 r11764 89 89 * @type int $parent_id The ID of the parent group. Default: 0. 90 90 * @type int $enable_forum Optional. Whether the group has a forum enabled. 91 * If the legacy forums are enabled for this group 92 * or if a bbPress forum is enabled for the group, 91 * If a bbPress forum is enabled for the group, 93 92 * set this to 1. Default: 0. 94 93 * @type string $date_created The GMT time, in Y-m-d h:i:s format, when the group … … 770 769 771 770 $defaults = array( 772 'type' => false, // Active, newest, alphabetical, random, popular , most-forum-topics or most-forum-posts.771 'type' => false, // Active, newest, alphabetical, random, popular. 773 772 'order' => 'DESC', // 'ASC' or 'DESC' 774 773 'orderby' => 'date_created', // date_created, last_activity, total_member_count, name, random, meta_id.
Note: See TracChangeset
for help on using the changeset viewer.