Changeset 6670 for trunk/src/includes/admin/converters/Kunena2.php
- Timestamp:
- 08/27/2017 11:24:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Kunena2.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 … … 32 31 33 32 /** Forum Section *****************************************************/ 34 35 33 36 34 // Old forum id (Stored in postmeta) … … 500 498 } 501 499 /** 502 * Translate the forum type from Kunena v2.x numeric 's to WordPress's strings.500 * Translate the forum type from Kunena v2.x numerics to WordPress's strings. 503 501 * 504 502 * @param int $status Kunena v2.x numeric forum type … … 515 513 516 514 /** 517 * Translate the forum status from Kunena v2.x numeric 's to WordPress's strings.515 * Translate the forum status from Kunena v2.x numerics to WordPress's strings. 518 516 * 519 517 * @param int $status Kunena v2.x numeric forum status … … 535 533 536 534 /** 537 * Translate the post status from Kunena v2.x numeric 's to WordPress's strings.535 * Translate the post status from Kunena v2.x numerics to WordPress's strings. 538 536 * 539 537 * @param int $status Kunena v2.x numeric topic status
Note: See TracChangeset
for help on using the changeset viewer.