Changeset 10401 for trunk/src/bp-notifications/bp-notifications-cache.php
- Timestamp:
- 12/10/2015 10:55:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r10303 r10401 26 26 function bp_notifications_update_meta_cache( $notification_ids = false ) { 27 27 bp_update_meta_cache( array( 28 'object_ids' 29 'object_type' 28 'object_ids' => $notification_ids, 29 'object_type' => buddypress()->notifications->id, 30 30 'cache_group' => 'notification_meta', 31 31 'object_column' => 'notification_id', 32 'meta_table' 32 'meta_table' => buddypress()->notifications->table_name_meta, 33 33 'cache_key_prefix' => 'bp_notifications_meta' 34 34 ) );
Note: See TracChangeset
for help on using the changeset viewer.