Changeset 5516 for trunk/src/includes/admin/converters/SimplePress5.php
- Timestamp:
- 09/13/2014 01:56:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/SimplePress5.php
r5428 r5516 106 106 'to_type' => 'forum', 107 107 'to_fieldname' => 'menu_order' 108 ); 109 110 // Forum type (Set a default value 'forum', Stored in postmeta) 111 $this->field_map[] = array( 112 'to_type' => 'forum', 113 'to_fieldname' => '_bbp_forum_type', 114 'default' => 'forum' 115 ); 116 117 // Forum status (Set a default value 'open', Stored in postmeta) 118 $this->field_map[] = array( 119 'to_type' => 'forum', 120 'to_fieldname' => '_bbp_status', 121 'default' => 'open' 108 122 ); 109 123
Note: See TracChangeset
for help on using the changeset viewer.