Changeset 1705 for trunk/bp-friends.php
- Timestamp:
- 08/26/2009 04:21:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r1687 r1705 39 39 function friends_setup_globals() { 40 40 global $bp, $wpdb; 41 41 42 /* For internal identification */ 43 $bp->friends->id = 'friends'; 44 42 45 $bp->friends->table_name = $wpdb->base_prefix . 'bp_friends'; 43 46 $bp->friends->format_activity_function = 'friends_format_activity'; 44 47 $bp->friends->format_notification_function = 'friends_format_notifications'; 45 46 48 $bp->friends->slug = BP_FRIENDS_SLUG; 47 49 48 $bp->version_numbers->friends = BP_FRIENDS_VERSION;49 50 } 50 51 add_action( 'plugins_loaded', 'friends_setup_globals', 5 );
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)