Changeset 10500 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 02/03/2016 07:55:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r10487 r10500 87 87 bp_send_email( $email_type, $receiver_user_id, $args ); 88 88 } 89 90 /** 91 * Fires after the sending of an @mention email notification. 92 * 93 * @since 1.5.0 94 * @since 2.5.0 $subject, $message, $content arguments unset and deprecated. 95 * 96 * @param BP_Activity_Activity $activity Activity Item object. 97 * @param string $deprecated Removed in 2.5; now an empty string. 98 * @param string $deprecated Removed in 2.5; now an empty string. 99 * @param string $deprecated Removed in 2.5; now an empty string. 100 * @param int $receiver_user_id The ID of the user who is receiving the update. 101 */ 102 do_action( 'bp_activity_sent_mention_email', $activity, '', '', '', $receiver_user_id ); 89 103 } 90 104
Note: See TracChangeset
for help on using the changeset viewer.