Changeset 373 for trunk/bp-activity.php
- Timestamp:
- 10/07/2008 07:16:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r356 r373 3 3 4 4 define ( 'BP_ACTIVITY_IS_INSTALLED', 1 ); 5 define ( 'BP_ACTIVITY_VERSION', '0.1. 7' );5 define ( 'BP_ACTIVITY_VERSION', '0.1.8' ); 6 6 7 7 /* Use english formatted times - e.g. 6 hours / 8 hours / 1 day / 15 minutes */ … … 90 90 'table_name_loggedin_user_friends_cached' => $wpdb->base_prefix . $bp['loggedin_homebase_id'] . '_friends_activity_cached', 91 91 92 'image_base' => get_option('siteurl') . '/wp-content/mu-plugins/bp-activity/images',92 'image_base' => site_url() . '/wp-content/mu-plugins/bp-activity/images', 93 93 'slug' => 'activity' 94 94 );
Note: See TracChangeset
for help on using the changeset viewer.