Changeset 4378 for trunk/bp-messages/bp-messages-loader.php
- Timestamp:
- 05/16/2011 10:22:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-loader.php
r4372 r4378 71 71 ); 72 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 );77 78 73 // All globals for messaging component. 79 74 // Note that global_tables is included in this array. … … 82 77 'notification_callback' => 'messages_format_notifications', 83 78 'search_string' => __( 'Search Messages...', 'buddypress' ), 84 'global_tables' => $global_tables, 85 'user_meta_keys' => $user_meta_keys 79 'global_tables' => $global_tables 86 80 ); 87 81
Note: See TracChangeset
for help on using the changeset viewer.