Changeset 6670 for trunk/src/includes/admin/converters/MyBB.php
- Timestamp:
- 08/27/2017 11:24:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/MyBB.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 … … 540 539 541 540 /** 542 * Translate the post status from MyBB v1.6.10 numeric 's to WordPress's strings.541 * Translate the post status from MyBB v1.6.10 numerics to WordPress's strings. 543 542 * 544 543 * @param int $status MyBB v1.6.10 numeric topic status … … 560 559 561 560 /** 562 * Translate the topic sticky status type from MyBB v1.6.10 numeric 's to WordPress's strings.561 * Translate the topic sticky status type from MyBB v1.6.10 numerics to WordPress's strings. 563 562 * 564 563 * @param int $status MyBB v1.6.10 numeric forum type
Note: See TracChangeset
for help on using the changeset viewer.