Changeset 5056 for trunk/bp-loader.php
- Timestamp:
- 08/30/2011 01:02:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r4961 r5056 5 5 * Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress. 6 6 * Author: The BuddyPress Community 7 * Version: 1.5-beta- 27 * Version: 1.5-beta-3 8 8 * Author URI: http://buddypress.org/community/members/ 9 9 * Network: true … … 18 18 // Define the BuddyPress version 19 19 if ( !defined( 'BP_VERSION' ) ) 20 define( 'BP_VERSION', '1.5-beta- 2' );20 define( 'BP_VERSION', '1.5-beta-3' ); 21 21 22 22 // Define the database version 23 23 if ( !defined( 'BP_DB_VERSION' ) ) 24 define( 'BP_DB_VERSION', 38 06 );24 define( 'BP_DB_VERSION', 3816 ); 25 25 26 26 // Place your custom code (actions/filters) in a file called
Note: See TracChangeset
for help on using the changeset viewer.