Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/23/2011 04:38:17 PM (13 years ago)
Author:
boonebgorges
Message:

Refactors the way that our Settings panel is saved, so that it does not rely on options.php and the WP Settings API to save submitted values.
Fixes some documentation related to the admin settings
Fixes some logic related to checked() in bp_admin_setting_callback_account_deletion()
Fixes #3882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-options.php

    r5524 r5585  
    6363        'bp-disable-account-deletion'     => true,
    6464
    65         // Allow anonymous posting
     65        // Allow comments on blog and forum activity items
    6666        'bp-disable-blogforum-comments'   => true,
    6767
Note: See TracChangeset for help on using the changeset viewer.