Changeset 6670 for trunk/src/includes/admin/converters/XMB.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/XMB.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/XMB.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 … … 671 670 672 671 /** 673 * Translate the post status from XMB v1.9.11.13 numeric 's to WordPress's strings.672 * Translate the post status from XMB v1.9.11.13 numerics to WordPress's strings. 674 673 * 675 674 * @param int $status XMB v1.9.11.13 numeric topic status … … 691 690 692 691 /** 693 * Translate the topic sticky status type from XMB v1.9.11.13 numeric 's to WordPress's strings.692 * Translate the topic sticky status type from XMB v1.9.11.13 numerics to WordPress's strings. 694 693 * 695 694 * @param int $status XMB v1.9.11.13 numeric forum type
Note: See TracChangeset
for help on using the changeset viewer.