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-functions.php

    r5719 r5721  
    963963
    964964    // Has the admin chosen to use the BuddyBar during an upgrade?
    965     elseif ( (bool) bp_get_option( 'bp-force-buddybar', false ) )
     965    elseif ( (bool) bp_get_option( '_bp_force_buddybar', false ) )
    966966        $use_admin_bar = false;
    967967
Note: See TracChangeset for help on using the changeset viewer.