Changeset 9834 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 05/03/2015 10:51:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r9833 r9834 35 35 * @uses apply_filters() To call the 'bp_activity_at_message_notification_message' hook. 36 36 * @uses wp_mail() 37 * @uses do_action() To call the 'bp_activity_sent_mention_email' hook 37 * @uses do_action() To call the 'bp_activity_sent_mention_email' hook. 38 38 * 39 39 * @param int $activity_id The ID of the activity update. … … 164 164 * @uses get_blog_option() 165 165 * @uses bp_get_root_blog_id() 166 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_to' hook 167 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_subject' hook 168 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_message' hook 166 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_to' hook. 167 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_subject' hook. 168 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_message' hook. 169 169 * @uses wp_mail() 170 * @uses do_action() To call the 'bp_activity_sent_reply_to_update_email' hook 171 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_to' hook 172 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_subject' hook 173 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_message' hook 174 * @uses do_action() To call the 'bp_activity_sent_reply_to_reply_email' hook 170 * @uses do_action() To call the 'bp_activity_sent_reply_to_update_email' hook. 171 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_to' hook. 172 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_subject' hook. 173 * @uses apply_filters() To call the 'bp_activity_new_comment_notification_comment_author_message' hook. 174 * @uses do_action() To call the 'bp_activity_sent_reply_to_reply_email' hook. 175 175 * 176 176 * @param int $comment_id The comment id. … … 357 357 358 358 /** 359 * Helper method to map action arguments to function parameters 359 * Helper method to map action arguments to function parameters. 360 360 * 361 361 * @since BuddyPress (1.9.0)
Note: See TracChangeset
for help on using the changeset viewer.