Changeset 12518 for trunk/src/bp-notifications/bp-notifications-cache.php
- Timestamp:
- 01/13/2020 08:10:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r11888 r12518 94 94 function bp_notifications_clear_all_for_user_cache_before_update( $update_args, $where_args ) { 95 95 96 // User ID is passed in where ar ugments.96 // User ID is passed in where arguments. 97 97 if ( ! empty( $where_args['user_id'] ) ) { 98 98 bp_notifications_clear_all_for_user_cache( $where_args['user_id'] );
Note: See TracChangeset
for help on using the changeset viewer.