Ticket #3277: 3277.diff
File 3277.diff, 653 bytes (added by , 13 years ago) |
---|
-
bp-core/bp-core-catchuri.php
66 66 if ( empty( $bp_uri[$key] ) ) unset( $bp_uri[$key] ); 67 67 68 68 // Running off blog other than root 69 if ( is_multisite() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) ) {69 if ( is_multisite() && !is_subdomain_install() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG ) ) { 70 70 71 71 // Any subdirectory names must be removed from $bp_uri. 72 72 // This includes two cases: (1) when WP is installed in a subdirectory,