Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2011 05:50:22 PM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at reverting members/core function & filter refactor. See #3158.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r4397 r4605  
    9898        // Send screen notifications to the recipients
    9999        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' );
    101101
    102102        // Send email notifications to the recipients
Note: See TracChangeset for help on using the changeset viewer.