Skip to:
Content

BuddyPress.org

Changeset 4484


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

Adjustments to installation and catch_uri process for BP_ENABLE_MULTIBLOG

Location:
trunk/bp-core
Files:
2 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
  • trunk/bp-core/bp-core-catchuri.php

    r4465 r4484  
    6767
    6868    // Running off blog other than root
    69     if ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) {
     69    if ( is_multisite() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) ) {
    7070
    7171        // Any subdirectory names must be removed from $bp_uri.
Note: See TracChangeset for help on using the changeset viewer.