Changeset 3364 for trunk/bp-messages.php
- Timestamp:
- 11/06/2010 05:54:55 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages.php
r3357 r3364 11 11 define ( 'BP_MESSAGES_SLUG', 'messages' ); 12 12 13 / * For internal identification */13 // For internal identification 14 14 $bp->messages->id = 'messages'; 15 15 … … 20 20 $bp->messages->format_notification_function = 'messages_format_notifications'; 21 21 22 / * Register this in the active components array */22 // Register this in the active components array 23 23 $bp->active_components[$bp->messages->slug] = $bp->messages->id; 24 25 // Include all members in the To: autocomplete? 26 $bp->messages->autocomplete_all = defined( 'BP_MESSAGES_AUTOCOMPLETE_ALL' ) ? true : false; 24 27 25 28 do_action( 'messages_setup_globals' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)