Changeset 4605 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 07/04/2011 05:50:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r4602 r4605 29 29 continue; 30 30 31 bp_ members_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id );31 bp_core_add_notification( $activity_id, $receiver_user_id, 'activity', 'new_at_mention', $poster_user_id ); 32 32 33 33 $subject = '';
Note: See TracChangeset
for help on using the changeset viewer.