Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/08/2017 03:52:14 PM (7 years ago)
Author:
djpaul
Message:

Update internal comments/strings with relation to recent Legacy Forums removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r11763 r11764  
    8989 *     @type int      $parent_id    The ID of the parent group. Default: 0.
    9090 *     @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,
    9392 *                                  set this to 1. Default: 0.
    9493 *     @type string   $date_created The GMT time, in Y-m-d h:i:s format, when the group
     
    770769
    771770    $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.
    773772        'order'              => 'DESC',         // 'ASC' or 'DESC'
    774773        'orderby'            => 'date_created', // date_created, last_activity, total_member_count, name, random, meta_id.
Note: See TracChangeset for help on using the changeset viewer.