Changeset 1245 for trunk/bp-core/bp-core-notifications.php
- Timestamp:
- 03/19/2009 09:26:24 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-notifications.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-notifications.php
r1082 r1245 85 85 } 86 86 87 function 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 87 91 function bp_core_check_notification_access( $user_id, $notification_id ) { 88 92 if ( !BP_Core_Notification::check_access( $user_id, $notification_id ) )
Note: See TracChangeset
for help on using the changeset viewer.