Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/16/2011 08:31:07 PM (13 years ago)
Author:
boonebgorges
Message:

Adds Components step into upgrade Wizard when coming from pre-1.5, so that active components are properly migrated from bp-deactivated-components (and are activated in the correct order). Fixes #3480

File:
1 edited

Legend:

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

    r4988 r4992  
    8585                $steps[] = __( 'Database Update', 'buddypress' );
    8686
    87             if ( $this->database_version < 1801 || !bp_core_get_directory_page_ids() )
     87            if ( $this->database_version < 1801 || !bp_core_get_directory_page_ids() ) {
     88                $steps[] = __( 'Components', 'buddypress' );
    8889                $steps[] = __( 'Pages', 'buddypress' );
     90            }
    8991
    9092            $steps[] = __( 'Finish', 'buddypress' );
Note: See TracChangeset for help on using the changeset viewer.