Changeset 4602 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 07/04/2011 04:59:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r4584 r4602 37 37 // on multiple blogs 38 38 if ( !defined( 'BP_ENABLE_MULTIBLOG' ) && is_multisite() ) { 39 if ( BP_ROOT_BLOG!= (int) $wpdb->blogid )39 if ( bp_get_root_blog_id() != (int) $wpdb->blogid ) 40 40 return false; 41 41 } … … 67 67 68 68 // Running off blog other than root 69 if ( is_multisite() && !is_subdomain_install() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != BP_ROOT_BLOG) ) {69 if ( is_multisite() && !is_subdomain_install() && ( defined( 'BP_ENABLE_MULTIBLOG' ) || 1 != bp_get_root_blog_id() ) ) { 70 70 71 71 // Any subdirectory names must be removed from $bp_uri.
Note: See TracChangeset
for help on using the changeset viewer.