Changeset 4183 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 04/09/2011 05:32:00 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r4154 r4183 62 62 define( 'BP_FRIENDS_SLUG', $this->id ); 63 63 64 // Global tables for messagingcomponent64 // Global tables for the friends component 65 65 $global_tables = array( 66 66 'table_name' => $bp->table_prefix . 'bp_friends', … … 68 68 ); 69 69 70 // All globals for messagingcomponent.70 // All globals for the friends component. 71 71 // Note that global_tables is included in this array. 72 72 $globals = array( 73 73 'path' => BP_PLUGIN_DIR, 74 74 'slug' => BP_FRIENDS_SLUG, 75 'root_slug' => isset( $bp->pages->friends->slug ) ? $bp->pages->friends->slug : BP_FRIENDS_SLUG,76 75 'search_string' => __( 'Search Friends...', 'buddypress' ), 77 76 'notification_callback' => 'friends_format_notifications',
Note: See TracChangeset
for help on using the changeset viewer.