Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/27/2012 09:15:28 PM (13 years ago)
Author:
boonebgorges
Message:

Reconfigures require() order for loading process during installation and upgrade.
Corrects outdated function calls and path names in installation wizard.
See #3740.
Fixes #3875. Fixes #3802. See #3865.

File:
1 edited

Legend:

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

    r5575 r5656  
    11551155
    11561156            // Load BP and hook the admin menu, so that the redirect is successful
    1157             if ( !function_exists( 'bp_core_update_message' ) )
    1158                 require( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-admin.php' );
    1159 
    1160             bp_core_add_admin_menu();
     1157            require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-admin.php' );
     1158            bp_admin();
    11611159
    11621160            // Redirect to the BuddyPress dashboard
Note: See TracChangeset for help on using the changeset viewer.