Changeset 4605 for trunk/bp-messages/bp-messages-functions.php
- Timestamp:
- 07/04/2011 05:50:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-functions.php
r4397 r4605 98 98 // Send screen notifications to the recipients 99 99 foreach ( (array)$message->recipients as $recipient ) 100 bp_ members_add_notification( $message->id, $recipient->user_id, 'messages', 'new_message' );100 bp_core_add_notification( $message->id, $recipient->user_id, 'messages', 'new_message' ); 101 101 102 102 // Send email notifications to the recipients
Note: See TracChangeset
for help on using the changeset viewer.