Skip to:
Content

BuddyPress.org

Changeset 373 for trunk/bp-wire.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-wire.php

    r359 r373  
    33
    44define ( 'BP_WIRE_IS_INSTALLED', 1 );
    5 define ( 'BP_WIRE_VERSION', '0.1' );
     5define ( 'BP_WIRE_VERSION', '0.1.1' );
    66
    77include_once( 'bp-wire/bp-wire-classes.php' );
     
    4242   
    4343    $bp['wire'] = array(
    44         'image_base' => get_option('siteurl') . '/wp-content/mu-plugins/bp-wire/images',
     44        'image_base' => site_url() . '/wp-content/mu-plugins/bp-wire/images',
    4545        'slug'       => 'wire'
    4646    );
Note: See TracChangeset for help on using the changeset viewer.