Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 09:24:41 PM (16 years ago)
Author:
apeatling
Message:

Change multiblog naming convention to multisite to avoid future confusion.

File:
1 edited

Legend:

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

    r2258 r2274  
    44    global $bp, $wpdb;
    55
    6     if ( !bp_core_is_multiblog_install() || BP_ACTIVATION_SLUG != $bp->current_component )
     6    if ( !bp_core_is_multisite() || BP_ACTIVATION_SLUG != $bp->current_component )
    77        return false;
    88
Note: See TracChangeset for help on using the changeset viewer.