Changeset 2677 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 02/11/2010 03:06:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r2675 r2677 294 294 return false; 295 295 296 error_log( $where_sql );297 298 296 /* Fetch the activity IDs so we can delete any comments for this activity item */ 299 297 $activity_ids = $wpdb->get_col( $wpdb->prepare( "SELECT id FROM {$bp->activity->table_name} {$where_sql}" ) );
Note: See TracChangeset
for help on using the changeset viewer.