Changeset 6670 for trunk/src/includes/admin/converters/PHPFox3.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/PHPFox3.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PHPFox3.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 … … 530 529 531 530 /** 532 * Translate the forum type from PHPFox v3.5.x numeric 's to WordPress's strings.531 * Translate the forum type from PHPFox v3.5.x numerics to WordPress's strings. 533 532 * 534 533 * @param int $status PHPFox v3.5.x numeric forum type … … 550 549 551 550 /** 552 * Translate the forum status from PHPFox v3.5.x numeric 's to WordPress's strings.551 * Translate the forum status from PHPFox v3.5.x numerics to WordPress's strings. 553 552 * 554 553 * @param int $status PHPFox v3.5.x numeric forum status … … 570 569 571 570 /** 572 * Translate the post status from PHPFox v3.5.x numeric 's to WordPress's strings.571 * Translate the post status from PHPFox v3.5.x numerics to WordPress's strings. 573 572 * 574 573 * @param int $status PHPFox v3.5.x numeric topic status … … 590 589 591 590 /** 592 * Translate the topic sticky status type from PHPFox v3.5.x numeric 's to WordPress's strings.591 * Translate the topic sticky status type from PHPFox v3.5.x numerics to WordPress's strings. 593 592 * 594 593 * @param int $status PHPFox v3.5.x numeric forum type
Note: See TracChangeset
for help on using the changeset viewer.