Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2010 09:44:38 PM (15 years ago)
Author:
djpaul
Message:

Deprecated bp_core_is_multisite()

File:
1 edited

Legend:

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

    r3300 r3358  
    159159    $file .= "\n" .   '$bb->name = \'' . get_blog_option( BP_ROOT_BLOG, 'name' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';';
    160160
    161     if ( bp_core_is_multisite() )
     161    if ( 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.