Changeset 4372 for trunk/bp-messages/bp-messages-loader.php
- Timestamp:
- 05/16/2011 08:54:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-loader.php
r4281 r4372 70 70 'table_name_recipients' => $bp->table_prefix . 'bp_messages_recipients' 71 71 ); 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 ); 72 77 73 78 // All globals for messaging component. … … 78 83 'search_string' => __( 'Search Messages...', 'buddypress' ), 79 84 'global_tables' => $global_tables, 85 'user_meta_keys' => $user_meta_keys 80 86 ); 81 87
Note: See TracChangeset
for help on using the changeset viewer.