Skip to:
Content

BuddyPress.org

Changeset 10401


Ignore:
Timestamp:
12/10/2015 10:55:33 AM (11 years ago)
Author:
djpaul
Message:

Notifications: fix indentation in cache file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-cache.php

    r10303 r10401  
    2626function bp_notifications_update_meta_cache( $notification_ids = false ) {
    2727        bp_update_meta_cache( array(
    28                 'object_ids'       => $notification_ids,
    29                 'object_type'      => buddypress()->notifications->id,
     28                'object_ids'       => $notification_ids,
     29                'object_type'      => buddypress()->notifications->id,
    3030                'cache_group'      => 'notification_meta',
    3131                'object_column'    => 'notification_id',
    32                 'meta_table'       => buddypress()->notifications->table_name_meta,
     32                'meta_table'       => buddypress()->notifications->table_name_meta,
    3333                'cache_key_prefix' => 'bp_notifications_meta'
    3434        ) );
Note: See TracChangeset for help on using the changeset viewer.