Changeset 3358 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 11/05/2010 09:44:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r3300 r3358 159 159 $file .= "\n" . '$bb->name = \'' . get_blog_option( BP_ROOT_BLOG, 'name' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';'; 160 160 161 if ( bp_core_is_multisite() )161 if ( 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.