Changeset 3362 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 11/06/2010 02:32:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r3300 r3362 52 52 } 53 53 } 54 55 do_action( 'bp_activity_sent_mention_email', $usernames, $subject, $message, $content, $poster_user_id, $activity_id ); 54 56 } 55 57 add_action( 'bp_activity_posted_update', 'bp_activity_at_message_notification', 10, 3 ); … … 94 96 95 97 wp_mail( $to, $subject, $message ); 98 99 do_action( 'bp_activity_sent_reply_to_update_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params ); 96 100 } 97 101 … … 137 141 138 142 wp_mail( $to, $subject, $message ); 143 144 do_action( 'bp_activity_sent_reply_to_reply_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params ); 139 145 } 140 146 }
Note: See TracChangeset
for help on using the changeset viewer.