Changeset 373 for trunk/bp-wire.php
- Timestamp:
- 10/07/2008 07:16:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-wire.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-wire.php
r359 r373 3 3 4 4 define ( 'BP_WIRE_IS_INSTALLED', 1 ); 5 define ( 'BP_WIRE_VERSION', '0.1 ' );5 define ( 'BP_WIRE_VERSION', '0.1.1' ); 6 6 7 7 include_once( 'bp-wire/bp-wire-classes.php' ); … … 42 42 43 43 $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', 45 45 'slug' => 'wire' 46 46 );
Note: See TracChangeset
for help on using the changeset viewer.