Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/19/2009 09:26:24 PM (17 years ago)
Author:
apeatling
Message:

Fixes #584

File:
1 edited

Legend:

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

    r1082 r1245  
    8585}
    8686
     87function bp_core_delete_notifications_from_user( $user_id, $component_name, $component_action ) {
     88    return BP_Core_Notification::delete_from_user_by_type( $user_id, $component_name, $component_action );
     89}
     90
    8791function bp_core_check_notification_access( $user_id, $notification_id ) {
    8892    if ( !BP_Core_Notification::check_access( $user_id, $notification_id ) )
Note: See TracChangeset for help on using the changeset viewer.