Changeset 2274 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 01/06/2010 09:24:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r2209 r2274 159 159 $file .= "\n" . '$bb->name = "' . get_blog_option( BP_ROOT_BLOG, 'name' ) . ' ' . __( 'Forums', 'buddypress' ) . '";'; 160 160 161 if ( bp_core_is_multi blog_install() )161 if ( bp_core_is_multisite() ) 162 162 $file .= "\n" . '$bb->wordpress_mu_primary_blog_id = ' . BP_ROOT_BLOG . ';'; 163 163
Note: See TracChangeset
for help on using the changeset viewer.