Changeset 4797 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 07/22/2011 02:29:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r4770 r4797 339 339 /** 340 340 * Check to make sure that the blog setup routine has run. This can't happen during the 341 * wizard because of the order which the components are loaded 341 * wizard because of the order which the components are loaded. We check for multisite here 342 * on the off chance that someone has activated the blogs component and then disabled MS 342 343 */ 343 if ( bp_is_active( 'blogs' ) ) {344 if ( is_multisite() && bp_is_active( 'blogs' ) ) { 344 345 $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$bp->blogs->table_name}" ) ); 345 346
Note: See TracChangeset
for help on using the changeset viewer.