Changeset 11311 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 12/20/2016 02:33:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r11300 r11311 2616 2616 * @since 1.2.0 2617 2617 * 2618 * @param int $comment_id ID of the newly posted activity comment.2619 * @param array $r Array of parsed comment arguments.2620 * @param int $activity ID of the activity item being commented on.2618 * @param int $comment_id ID of the newly posted activity comment. 2619 * @param array $r Array of parsed comment arguments. 2620 * @param BP_Activity_Activity $activity Activity item being commented on. 2621 2621 */ 2622 2622 do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity ); … … 2628 2628 * @since 2.5.0 2629 2629 * 2630 * @param int $comment_id ID of the newly posted activity comment.2631 * @param array $r Array of parsed comment arguments.2632 * @param int $activity ID of the activity item being commented on.2630 * @param int $comment_id ID of the newly posted activity comment. 2631 * @param array $r Array of parsed comment arguments. 2632 * @param BP_Activity_Activity $activity Activity item being commented on. 2633 2633 */ 2634 2634 do_action( 'bp_activity_comment_posted_notification_skipped', $comment_id, $r, $activity );
Note: See TracChangeset
for help on using the changeset viewer.