Skip to:
Content

BuddyPress.org

Changeset 373 for trunk/bp-xprofile.php


Ignore:
Timestamp:
10/07/2008 07:16:51 AM (18 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-xprofile.php

    r364 r373  
    44
    55define ( 'BP_XPROFILE_IS_INSTALLED', 1 );
    6 define ( 'BP_XPROFILE_VERSION', '0.3.9' );
     6define ( 'BP_XPROFILE_VERSION', '0.3.10' );
    77
    88require_once( 'bp-xprofile/bp-xprofile-classes.php' );
     
    114114                'table_name_data'       => $wpdb->base_prefix . 'bp_xprofile_data',
    115115                'format_activity_function' => 'xprofile_format_activity',
    116                 'image_base'            => get_option('siteurl') . '/wp-content/mu-plugins/bp-xprofile/images',
     116                'image_base'            => site_url() . '/wp-content/mu-plugins/bp-xprofile/images',
    117117                'slug'                          => 'profile'
    118118        );
Note: See TracChangeset for help on using the changeset viewer.