Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/14/2009 04:39:51 PM (16 years ago)
Author:
apeatling
Message:

Removing redundant $user_ids creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-classes.php

    r2168 r2171  
    268268         * We can't add these to the main query above since only users who have this information will be returned (since the much of the data is in usermeta and won't support any type of directional join)
    269269         */
    270         foreach ( $paged_users as $user )
    271             $user_ids[] = $user->id;
    272 
    273         $user_ids = $wpdb->escape( join( ',', (array)$user_ids ) );
    274270
    275271        /* Add additional data to the returned results */
Note: See TracChangeset for help on using the changeset viewer.