Changeset 6064 for branches/2.5/bbpress.php
- Timestamp:
- 07/13/2016 03:17:48 PM (10 years ago)
- File:
-
- 1 edited
-
branches/2.5/bbpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6018 r6064 14 14 /** 15 15 * Plugin Name: bbPress 16 * Plugin URI: http ://bbpress.org16 * Plugin URI: https://bbpress.org 17 17 * Description: bbPress is forum software with a twist from the creators of WordPress. 18 18 * Author: The bbPress Community 19 * Author URI: http ://bbpress.org20 * Version: 2.5. 919 * Author URI: https://bbpress.org 20 * Version: 2.5.10 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5. 9-6017';193 $this->version = '2.5.10-6063'; 194 194 $this->db_version = '250'; 195 195
Note: See TracChangeset
for help on using the changeset viewer.