Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/08/2012 09:52:38 PM (14 years ago)
Author:
djpaul
Message:

Correct BuddyPress core settings values when upgrading from 1.5 to 1.6. Fixes #4008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-settings.php

    r6066 r6067  
    209209                // Some legacy options are not registered with the Settings API
    210210                $legacy_options = array(
     211                        'bp-disable-account-deletion',
     212                        'bp-disable-avatar-uploads',
    211213                        'bp-disable-profile-sync',
     214                        'bp_restrict_group_creation',
    212215                        'hide-loggedout-adminbar',
    213                         'bp-disable-avatar-uploads',
    214                         'bp-disable-account-deletion',
    215                         'bp_restrict_group_creation'
    216216                );
    217217
Note: See TracChangeset for help on using the changeset viewer.