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-catchuri.php

    r2209 r2274  
    3333    global $bp, $current_blog;
    3434
    35     if ( !defined( 'BP_ENABLE_MULTIBLOG' ) && bp_core_is_multiblog_install() ) {
     35    if ( !defined( 'BP_ENABLE_MULTIBLOG' ) && bp_core_is_multisite() ) {
    3636        /* Only catch URI's on the root blog if we are not running BP on multiple blogs */
    3737        if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
Note: See TracChangeset for help on using the changeset viewer.