Changeset 6557 for branches/1.6/bp-core/admin/bp-core-functions.php
- Timestamp:
- 12/04/2012 12:03:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-core/admin/bp-core-functions.php
r6137 r6557 218 218 */ 219 219 if ( bp_is_active( 'blogs' ) ) { 220 $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$bp->blogs->table_name}" ));220 $count = $wpdb->get_var( "SELECT COUNT(*) FROM {$bp->blogs->table_name}" ); 221 221 222 222 if ( empty( $count ) ) {
Note: See TracChangeset
for help on using the changeset viewer.