Changeset 2209 for trunk/bp-core/bp-core-catchuri.php
- Timestamp:
- 12/27/2009 10:41:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r2088 r2209 33 33 global $bp, $current_blog; 34 34 35 if ( !defined( 'BP_ENABLE_MULTIBLOG' ) ) {35 if ( !defined( 'BP_ENABLE_MULTIBLOG' ) && bp_core_is_multiblog_install() ) { 36 36 /* Only catch URI's on the root blog if we are not running BP on multiple blogs */ 37 37 if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
Note: See TracChangeset
for help on using the changeset viewer.