Changeset 1522 for trunk/bp-loader.php
- Timestamp:
- 06/05/2009 10:23:04 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r1521 r1522 5 5 Description: BuddyPress will add social networking features to a new or existing WordPress MU installation. 6 6 Author: The BuddyPress Community 7 Version: 1.0 7 Version: 1.0.1 8 8 Author URI: http://buddypress.org/developers/ 9 9 Site Wide Only: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.0 ' );12 define( 'BP_VERSION', '1.0.1' ); 13 13 14 14 /***
Note: See TracChangeset
for help on using the changeset viewer.