Changeset 6670 for trunk/src/includes/admin/converters/PunBB.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/PunBB.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PunBB.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 … … 687 686 688 687 /** 689 * Translate the post status from PunBB v1.4.2 numeric 's to WordPress's strings.688 * Translate the post status from PunBB v1.4.2 numerics to WordPress's strings. 690 689 * 691 690 * @param int $status PunBB v1.4.2 numeric topic status … … 707 706 708 707 /** 709 * Translate the topic sticky status type from PunBB v1.4.2 numeric 's to WordPress's strings.708 * Translate the topic sticky status type from PunBB v1.4.2 numerics to WordPress's strings. 710 709 * 711 710 * @param int $status PunBB v1.4.2 numeric forum type
Note: See TracChangeset
for help on using the changeset viewer.