Skip to:
Content

BuddyPress.org


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

Change multiblog naming convention to multisite to avoid future confusion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r2209 r2274  
    159159    $file .= "\n" .   '$bb->name = "' . get_blog_option( BP_ROOT_BLOG, 'name' ) . ' ' . __( 'Forums', 'buddypress' ) . '";';
    160160
    161     if ( bp_core_is_multiblog_install() )
     161    if ( bp_core_is_multisite() )
    162162        $file .= "\n" .   '$bb->wordpress_mu_primary_blog_id = ' . BP_ROOT_BLOG . ';';
    163163
Note: See TracChangeset for help on using the changeset viewer.