Changeset 6342 for trunk/bp-activity/bp-activity-notifications.php
- Timestamp:
- 09/18/2012 06:03:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-notifications.php
r6326 r6342 39 39 */ 40 40 function bp_activity_at_message_notification( $activity_id, $receiver_user_id ) { 41 41 42 42 // Don't leave multiple notifications for the same activity item 43 43 $notifications = BP_Core_Notification::get_all_for_user( $receiver_user_id, 'all' ); 44 44 45 45 foreach( $notifications as $notification ) { 46 46 if ( $activity_id == $notification->item_id ) { … … 231 231 } 232 232 } 233 234 ?>
Note: See TracChangeset
for help on using the changeset viewer.