Changeset 2209 for trunk/bp-core/bp-core-activation.php
- Timestamp:
- 12/27/2009 10:41:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-activation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-activation.php
r2157 r2209 4 4 global $bp, $wpdb; 5 5 6 if ( BP_ACTIVATION_SLUG != $bp->current_component ) 7 return false; 8 9 /* If we are using a BuddyPress 1.0 theme ignore this. */ 10 if ( file_exists( WP_CONTENT_DIR . '/bp-themes' ) ) 6 if ( !bp_core_is_multiblog_install() || BP_ACTIVATION_SLUG != $bp->current_component ) 11 7 return false; 12 8
Note: See TracChangeset
for help on using the changeset viewer.