Changeset 3964 for trunk/bp-messages/bp-messages-loader.php
- Timestamp:
- 01/30/2011 06:55:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-loader.php
r3917 r3964 74 74 'notification_callback' => 'messages_format_notifications', 75 75 'search_string' => __( 'Search Messages...', 'buddypress' ), 76 'autocomplete_all' => defined( 'BP_MESSAGES_AUTOCOMPLETE_ALL' ),77 76 'global_tables' => $global_tables, 78 77 ); 78 79 $this->autocomplete_all = defined( 'BP_MESSAGES_AUTOCOMPLETE_ALL' ); 79 80 80 81 parent::_setup_globals( $globals );
Note: See TracChangeset
for help on using the changeset viewer.