Changeset 4484
- Timestamp:
- 06/11/2011 01:51:15 AM (13 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r4482 r4484 1001 1001 @setcookie( 'bp-wizard-step', '', time() - 3600, COOKIEPATH ); 1002 1002 1003 // Load BP , so that the redirect is successful1003 // Load BP and hook the admin menu, so that the redirect is successful 1004 1004 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-loader.php' ); 1005 bp_core_add_admin_menu(); 1005 1006 1006 1007 // Redirect to the BuddyPress dashboard -
trunk/bp-core/bp-core-catchuri.php
r4465 r4484 67 67 68 68 // 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 ) ) { 70 70 71 71 // Any subdirectory names must be removed from $bp_uri.
Note: See TracChangeset
for help on using the changeset viewer.