Changeset 4893 for trunk/bp-loader.php
- Timestamp:
- 07/29/2011 03:06:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r4817 r4893 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. 3-bleeding7 * Version: 1.5-beta-1 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. 3-bleeding' );20 define( 'BP_VERSION', '1.5-beta-1' ); 21 21 22 22 // Define the database version 23 23 if ( !defined( 'BP_DB_VERSION' ) ) 24 define( 'BP_DB_VERSION', 3 706 );24 define( 'BP_DB_VERSION', 3806 ); 25 25 26 26 // Place your custom code (actions/filters) in a file called
Note: See TracChangeset
for help on using the changeset viewer.