Changeset 2290 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 01/11/2010 11:53:11 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r2287 r2290 15 15 if ( !$receiver_user_id = bp_core_get_userid($username) ) 16 16 continue; 17 18 // Add a screen notification of an @message19 bp_core_add_notification( $activity_id, $receiver_user_id, $bp->activity->id, 'new_at_mention', $poster_user_id );20 17 21 18 // Now email the user with the contents of the message (if they have enabled email notifications)
Note: See TracChangeset
for help on using the changeset viewer.