Changeset 6670 for trunk/src/includes/admin/converters/Drupal7.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Drupal7.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Drupal7.php
r6573 r6670 20 20 * Main Constructor 21 21 */ 22 function __construct() {22 public function __construct() { 23 23 parent::__construct(); 24 $this->setup_globals();25 24 } 26 25 … … 591 590 592 591 /** 593 * Translate the post status from Drupal v7.x numeric 's to WordPress's592 * Translate the post status from Drupal v7.x numerics to WordPress's 594 593 * strings. 595 594 * … … 612 611 613 612 /** 614 * Translate the post status from Drupal v7.x numeric 's to WordPress's strings.613 * Translate the post status from Drupal v7.x numerics to WordPress's strings. 615 614 * 616 615 * @param int $status Drupal v7.x numeric topic status … … 632 631 633 632 /** 634 * Translate the topic sticky status type from Drupal v7.x numeric 's to WordPress's strings.633 * Translate the topic sticky status type from Drupal v7.x numerics to WordPress's strings. 635 634 * 636 635 * @param int $status Drupal v7.x numeric forum type
Note: See TracChangeset
for help on using the changeset viewer.