Changeset 1082 for trunk/bp-core/bp-core-notifications.php
- Timestamp:
- 02/12/2009 09:14:59 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
r1052 r1082 81 81 } 82 82 83 function bp_core_delete_all_notifications_by_type( $item_id, $component_name, $component_action = false, $secondary_item_id = false ) { 84 return BP_Core_Notification::delete_all_by_type( $item_id, $component_name, $component_action, $secondary_item_id ); 85 } 86 83 87 function bp_core_check_notification_access( $user_id, $notification_id ) { 84 88 if ( !BP_Core_Notification::check_access( $user_id, $notification_id ) )
Note: See TracChangeset
for help on using the changeset viewer.