Changeset 5516 for trunk/src/includes/admin/converters/Mingle.php
- Timestamp:
- 09/13/2014 01:56:43 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Mingle.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Mingle.php
r5428 r5516 73 73 'to_type' => 'forum', 74 74 'to_fieldname' => 'menu_order' 75 ); 76 77 // Forum type (Set a default value 'forum', Stored in postmeta) 78 $this->field_map[] = array( 79 'to_type' => 'forum', 80 'to_fieldname' => '_bbp_forum_type', 81 'default' => 'forum' 82 ); 83 84 // Forum status (Set a default value 'open', Stored in postmeta) 85 $this->field_map[] = array( 86 'to_type' => 'forum', 87 'to_fieldname' => '_bbp_status', 88 'default' => 'open' 75 89 ); 76 90
Note: See TracChangeset
for help on using the changeset viewer.