Skip to:
Content

BuddyPress.org

Changeset 6499


Ignore:
Timestamp:
11/09/2012 02:02:00 PM (13 years ago)
Author:
djpaul
Message:

Remove more unneeded prepare() calls on the BuddyPress admin screen. See #4654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-functions.php

    r6487 r6499  
    215215     */
    216216    if ( bp_is_active( 'blogs' ) ) {
    217         $count = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$bp->blogs->table_name}" ) );
     217        $count = $wpdb->get_var( "SELECT COUNT(*) FROM {$bp->blogs->table_name}" );
    218218
    219219        if ( empty( $count ) ) {
Note: See TracChangeset for help on using the changeset viewer.