Changeset 5427 for trunk/src/includes/admin/converters/SimplePress5.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/SimplePress5.php
r5426 r5427 215 215 ); 216 216 217 // Sticky status (Stored in postmeta) )217 // Sticky status (Stored in postmeta) 218 218 $this->field_map[] = array( 219 219 'from_tablename' => 'sftopics', 220 220 'from_fieldname' => 'topic_pinned', 221 221 'to_type' => 'topic', 222 'to_fieldname' => '_bbp_old_sticky_status ',222 'to_fieldname' => '_bbp_old_sticky_status_id', 223 223 'callback_method' => 'callback_sticky_status' 224 224 );
Note: See TracChangeset
for help on using the changeset viewer.