Skip to:
Content

bbPress.org

Changeset 6323


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

Engagements: Fix copy/paste error in r6322.

See #3068.

File:
1 edited

Legend:

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

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