Changeset 5516 for trunk/src/includes/admin/converters/PHPWind.php
- Timestamp:
- 09/13/2014 01:56:43 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/PHPWind.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/PHPWind.php
r5428 r5516 133 133 ); 134 134 135 // Forum status (Set a default value 'open', Stored in postmeta) 136 $this->field_map[] = array( 137 'to_type' => 'forum', 138 'to_fieldname' => '_bbp_status', 139 'default' => 'open' 140 ); 135 141 // Forum dates. 136 142 $this->field_map[] = array(
Note: See TracChangeset
for help on using the changeset viewer.