Changeset 9653
- Timestamp:
- 03/26/2015 11:23:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-activity.php
r9652 r9653 1073 1073 ) ); 1074 1074 1075 // Setup empty array fro where query arguments1075 // Setup empty array from where query arguments 1076 1076 $where_args = array(); 1077 1077 … … 1170 1170 do_action_ref_array( 'bp_activity_after_delete', array( $activities, $r ) ); 1171 1171 1172 // Pluck the activity ID 's out of the $activities array1172 // Pluck the activity IDs out of the $activities array 1173 1173 $activity_ids = wp_parse_id_list( wp_list_pluck( $activities, 'id' ) ); 1174 1174 … … 1191 1191 ) ); 1192 1192 1193 // Merge ID 's together1193 // Merge IDs together 1194 1194 if ( ! empty( $comments ) ) { 1195 1195 $comment_ids = array_merge( $comment_ids, $comments );
Note: See TracChangeset
for help on using the changeset viewer.