Changeset 6213 for trunk/src/bbpress.php
- Timestamp:
- 01/11/2017 08:42:25 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bbpress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r6183 r6213 18 18 * Author: The bbPress Contributors 19 19 * Author URI: https://bbpress.org 20 * Version: 2.6- alpha20 * Version: 2.6-beta-1 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 204 204 /** Versions **********************************************************/ 205 205 206 $this->version = '2.6- alpha-6183';206 $this->version = '2.6-beta-6213'; 207 207 $this->db_version = '260'; 208 208 … … 482 482 load_textdomain( $this->domain, $mofile_global ); 483 483 484 // Look in local /wp-content/plugins/bbpress/ bbp-languages/ folder484 // Look in local /wp-content/plugins/bbpress/languages/ folder 485 485 load_textdomain( $this->domain, $mofile_local ); 486 486
Note: See TracChangeset
for help on using the changeset viewer.