Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/16/2011 08:54:02 PM (15 years ago)
Author:
boonebgorges
Message:

Abstracts user_meta keys so that they can be filtered. Fixes #2952

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-loader.php

    r4281 r4372  
    7070                        'table_name_recipients' => $bp->table_prefix . 'bp_messages_recipients'
    7171                );
     72               
     73                $user_meta_keys = array(
     74                        'notification_messages_new_message' => 'notification_messages_new_message',
     75                        'notification_messages_new_notice'  => 'notification_messages_new_notice'
     76                );
    7277
    7378                // All globals for messaging component.
     
    7883                        'search_string'         => __( 'Search Messages...', 'buddypress' ),
    7984                        'global_tables'         => $global_tables,
     85                        'user_meta_keys'        => $user_meta_keys
    8086                );
    8187
Note: See TracChangeset for help on using the changeset viewer.