Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 08:10:10 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Tweak the BuddyPress installation and update wizard:

  • Rename new 'bp-force-buddybar' option to '_bp_force_buddybar' to fit naming scheme
  • Remove single-site to multi-site wizard step, since the page-nag will take care of this
  • Remove any previous db versions when updating
  • Use bp_get_option() in bp-core-options.php
File:
1 edited

Legend:

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

    r5704 r5721  
    5555
    5656        /** Components ********************************************************/
    57 
    58         // Move active components from sitemeta, if necessary
    59         // Provides backpat with earlier versions of BP
    60         if ( is_multisite() && $active_components = get_site_option( 'bp-active-components' ) )
    61             bp_update_option( 'bp-active-components', $active_components );
    6257
    6358        // Set the included and optional components.
Note: See TracChangeset for help on using the changeset viewer.