Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2009 10:41:10 AM (16 years ago)
Author:
apeatling
Message:

Single WP support. Yes, you read that correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-activation.php

    r2157 r2209  
    44    global $bp, $wpdb;
    55
    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 )
    117        return false;
    128
Note: See TracChangeset for help on using the changeset viewer.