Changeset 6339
- Timestamp:
- 03/02/2017 03:30:06 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbpress.php
r6250 r6339 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-beta- 220 * Version: 2.6-beta-3 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ -
trunk/src/bbpress.php
r6332 r6339 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6-beta- 220 * Version: 2.6-beta-3 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 205 205 /** Versions **********************************************************/ 206 206 207 $this->version = '2.6-beta-6 251';208 $this->db_version = '26 0';207 $this->version = '2.6-beta-6338'; 208 $this->db_version = '261'; 209 209 210 210 /** Paths *************************************************************/ -
trunk/src/includes/core/update.php
r6329 r6339 326 326 327 327 // 2.6.x 328 if ( $raw_db_version < 26 0) {328 if ( $raw_db_version < 261 ) { 329 329 330 330 /**
Note: See TracChangeset
for help on using the changeset viewer.