Changeset 8176 for trunk/bp-notifications/bp-notifications-classes.php
- Timestamp:
- 03/27/2014 07:04:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-classes.php
r8171 r8176 662 662 $where = self::get_query_clauses( $where_args ); 663 663 664 // make sure we delete the notification cache for the user on update 665 if ( ! empty( $where_args['user_id'] ) ) { 666 wp_cache_delete( 'all_for_user_' . $where_args['user_id'], 'bp_notifications' ); 667 } 668 664 669 return self::_update( $update['data'], $where['data'], $update['format'], $where['format'] ); 665 670 }
Note: See TracChangeset
for help on using the changeset viewer.