Changeset 3592 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 12/27/2010 10:57:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r3403 r3592 15 15 if ( !$receiver_user_id = bp_core_get_userid( $username ) ) 16 16 continue; 17 18 bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id ); 17 18 bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id ); 19 19 20 20 // Now email the user with the contents of the message (if they have enabled email notifications) … … 54 54 } 55 55 } 56 56 57 57 do_action( 'bp_activity_sent_mention_email', $usernames, $subject, $message, $content, $poster_user_id, $activity_id ); 58 58 } … … 98 98 99 99 wp_mail( $to, $subject, $message ); 100 100 101 101 do_action( 'bp_activity_sent_reply_to_update_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params ); 102 102 } … … 143 143 144 144 wp_mail( $to, $subject, $message ); 145 145 146 146 do_action( 'bp_activity_sent_reply_to_reply_email', $original_activity->user_id, $subject, $message, $comment_id, $commenter_id, $params ); 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.