Changeset 10994
- Timestamp:
- 08/04/2016 11:40:23 PM (3 years ago)
- Location:
- branches/2.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/bp-loader.php
r10992 r10994 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org 18 * Version: 2.6. 218 * Version: 2.6.3-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ -
branches/2.6/src/bp-loader.php
r10992 r10994 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ 18 * Version: 2.6. 218 * Version: 2.6.3-alpha 19 19 * Text Domain: buddypress 20 20 * Domain Path: /bp-languages/ … … 331 331 /** Versions **********************************************************/ 332 332 333 $this->version = '2.6. 2';333 $this->version = '2.6.3-alpha'; 334 334 $this->db_version = 10469; 335 335
Note: See TracChangeset
for help on using the changeset viewer.