Changeset 3757 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 01/20/2011 10:53:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r3665 r3757 24 24 continue; 25 25 26 bp_ core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id );26 bp_users_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id ); 27 27 28 28 $subject = '';
Note: See TracChangeset
for help on using the changeset viewer.