Changeset 10900
- Timestamp:
- 06/23/2016 10:33:02 AM (9 years ago)
- Location:
- branches/2.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bp-loader.php
r10896 r10900 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.6. 018 * Version: 2.6.1-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.6/src/bp-loader.php
r10896 r10900 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.6. 018 * Version: 2.6.1-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.6. 0';333 $this->version = '2.6.1-alpha'; 334 334 $this->db_version = 10469; 335 335
Note: See TracChangeset
for help on using the changeset viewer.