Changeset 7608
- Timestamp:
- 11/29/2013 04:37:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-functions.php
r7578 r7608 454 454 */ 455 455 function bp_notifications_mark_notifications_from_user( $user_id, $component_name, $component_action, $is_new = false ) { 456 return BP_Notifications_Notification:: _update(456 return BP_Notifications_Notification::update( 457 457 array( 458 458 'is_new' => $is_new
Note: See TracChangeset
for help on using the changeset viewer.