Changeset 2171 for trunk/bp-core/bp-core-classes.php
- Timestamp:
- 12/14/2009 04:39:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-classes.php
r2168 r2171 268 268 * 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) 269 269 */ 270 foreach ( $paged_users as $user )271 $user_ids[] = $user->id;272 273 $user_ids = $wpdb->escape( join( ',', (array)$user_ids ) );274 270 275 271 /* Add additional data to the returned results */
Note: See TracChangeset
for help on using the changeset viewer.