Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/11/2010 11:53:11 AM (16 years ago)
Author:
apeatling
Message:

Keeping mention screen notifications theme based.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-notifications.php

    r2287 r2290  
    1515        if ( !$receiver_user_id = bp_core_get_userid($username) )
    1616            continue;
    17 
    18         // Add a screen notification of an @message
    19         bp_core_add_notification( $activity_id, $receiver_user_id, $bp->activity->id, 'new_at_mention', $poster_user_id );
    2017
    2118        // Now email the user with the contents of the message (if they have enabled email notifications)
Note: See TracChangeset for help on using the changeset viewer.