Skip to:
Content

BuddyPress.org

Changeset 373 for trunk/bp-activity.php


Ignore:
Timestamp:
10/07/2008 07:16:51 AM (17 years ago)
Author:
apeatling
Message:

Bug fixes:

  • Fixed group avatar upload issues
  • Fixed validation on group name/desc/news
  • Fixed support for https://
  • Base support for upcoming home theme and widgets
  • Re-factored JS and CSS inclusion with wp_enqueue_script/styles
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r356 r373  
    33
    44define ( 'BP_ACTIVITY_IS_INSTALLED', 1 );
    5 define ( 'BP_ACTIVITY_VERSION', '0.1.7' );
     5define ( 'BP_ACTIVITY_VERSION', '0.1.8' );
    66
    77/* Use english formatted times - e.g. 6 hours / 8 hours / 1 day / 15 minutes */
     
    9090        'table_name_loggedin_user_friends_cached' => $wpdb->base_prefix . $bp['loggedin_homebase_id'] . '_friends_activity_cached',
    9191       
    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',
    9393        'slug'       => 'activity'
    9494    );
Note: See TracChangeset for help on using the changeset viewer.