Changeset 4920 for trunk/bp-messages/bp-messages-loader.php
- Timestamp:
- 08/03/2011 09:03:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-loader.php
r4907 r4920 72 72 // Note that global_tables is included in this array. 73 73 $globals = array( 74 'path' => BP_PLUGIN_DIR, 74 75 'slug' => BP_MESSAGES_SLUG, 76 'has_directory' => false, 75 77 'notification_callback' => 'messages_format_notifications', 76 78 'search_string' => __( 'Search Messages...', 'buddypress' ), … … 97 99 'name' => $name, 98 100 'slug' => $this->slug, 99 'root_slug' => $this->root_slug,100 101 'position' => 50, 101 102 'show_for_displayed_user' => false,
Note: See TracChangeset
for help on using the changeset viewer.