Changeset 6670 for trunk/src/includes/admin/converters/PHPWind.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/PHPWind.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PHPWind.php
r6573 r6670 21 21 * 22 22 */ 23 function __construct() {23 public function __construct() { 24 24 parent::__construct(); 25 $this->setup_globals();26 25 } 27 26 … … 538 537 539 538 /** 540 * Translate the post status from PHPWind v9.x numeric 's to WordPress's strings.539 * Translate the post status from PHPWind v9.x numerics to WordPress's strings. 541 540 * 542 541 * @param int $status PHPWind v9.x numeric topic status
Note: See TracChangeset
for help on using the changeset viewer.