Skip to:
Content

bbPress.org

Changeset 6322


Ignore:
Timestamp:
02/26/2017 07:25:48 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Engagements: Add bbp_is_engagements_active to default options array.

See #3068.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/options.php

    r6321 r6322  
    3535        '_bbp_enable_favorites'       => 1,                          // Favorites
    3636        '_bbp_enable_subscriptions'   => 1,                          // Subscriptions
     37        'bbp_is_engagements_active'   => 1,                          // Engagements
    3738        '_bbp_allow_anonymous'        => 0,                          // Allow anonymous posting
    3839        '_bbp_allow_global_access'    => 1,                          // Users from all sites can post
Note: See TracChangeset for help on using the changeset viewer.