Changeset 2554 for trunk/bp-loader.php
- Timestamp:
- 02/03/2010 12:26:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r2472 r2554 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.2- beta7 Version: 1.2-rc 8 8 Author URI: http://buddypress.org/developers/ 9 9 Site Wide Only: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.2- beta' );12 define( 'BP_VERSION', '1.2-rc' ); 13 13 14 14 /***
Note: See TracChangeset
for help on using the changeset viewer.