Changeset 9764
- Timestamp:
- 04/17/2015 11:01:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r9351 r9764 343 343 * @since BuddyPress (1.5.0) 344 344 * 345 * @param int $user_id ID of the originalactivity item author.345 * @param int $user_id ID of the parent activity item author. 346 346 * @param string $subject Email notification subject text. 347 347 * @param string $message Email notification message text. … … 350 350 * @param array $params Arguments used with the original activity comment. 351 351 */ 352 do_action( 'bp_activity_sent_reply_to_reply_email', $ original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params );352 do_action( 'bp_activity_sent_reply_to_reply_email', $parent_comment->user_id, $subject, $message, $comment_id, $commenter_id, $params ); 353 353 } 354 354 }
Note: See TracChangeset
for help on using the changeset viewer.