Changeset 3536 for branches/plugin/bbpress.php
- Timestamp:
- 09/21/2011 06:21:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbpress.php
r3513 r3536 16 16 * Author: The bbPress Community 17 17 * Author URI: http://bbpress.org 18 * Version: 2.0 -rc-518 * Version: 2.0 19 19 * Text Domain: bbpress 20 20 * Domain Path: /bbp-languages/ … … 49 49 * @public string bbPress version 50 50 */ 51 public $version = '2.0 -rc-5';51 public $version = '2.0'; 52 52 53 53 /** 54 54 * @public string bbPress DB version 55 55 */ 56 public $db_version = ' 185';56 public $db_version = '200'; 57 57 58 58 /** Post types ************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.