Skip to:
Content

BuddyPress.org

Changeset 9653


Ignore:
Timestamp:
03/26/2015 11:23:05 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Activity: Grammatical fixes to r9652. Props JustinSainton. See #6323.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-activity.php

    r9652 r9653  
    10731073                ) );
    10741074
    1075                 // Setup empty array fro where query arguments
     1075                // Setup empty array from where query arguments
    10761076                $where_args = array();
    10771077
     
    11701170                do_action_ref_array( 'bp_activity_after_delete', array( $activities, $r ) );
    11711171
    1172                 // Pluck the activity ID's out of the $activities array
     1172                // Pluck the activity IDs out of the $activities array
    11731173                $activity_ids = wp_parse_id_list( wp_list_pluck( $activities, 'id' ) );
    11741174
     
    11911191                                ) );
    11921192
    1193                                 // Merge ID's together
     1193                                // Merge IDs together
    11941194                                if ( ! empty( $comments ) ) {
    11951195                                        $comment_ids = array_merge( $comment_ids, $comments );
Note: See TracChangeset for help on using the changeset viewer.