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