Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/11/2011 01:51:15 AM (15 years ago)
Author:
boonebgorges
Message:

Adjustments to installation and catch_uri process for BP_ENABLE_MULTIBLOG

File:
1 edited

Legend:

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

    r4482 r4484  
    10011001                        @setcookie( 'bp-wizard-step', '', time() - 3600, COOKIEPATH );
    10021002
    1003                         // Load BP, so that the redirect is successful
     1003                        // Load BP and hook the admin menu, so that the redirect is successful
    10041004                        require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-loader.php' );
     1005                        bp_core_add_admin_menu();
    10051006
    10061007                        // Redirect to the BuddyPress dashboard
Note: See TracChangeset for help on using the changeset viewer.