Changeset 10270
- Timestamp:
- 10/14/2015 02:21:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r10253 r10270 2150 2150 * @since 1.2.0 2151 2151 * 2152 * @param int $comment_id ID of the newly posted activity comment.2153 * @param array $r Array of parsed comment arguments.2154 * @param int $activity ID of the activity item being commented on.2152 * @param int $comment_id ID of the newly posted activity comment. 2153 * @param array $r Array of parsed comment arguments. 2154 * @param BP_Activity_Activity $activity Activity item being commented on. 2155 2155 */ 2156 2156 do_action( 'bp_activity_comment_posted', $comment_id, $r, $activity );
Note: See TracChangeset
for help on using the changeset viewer.