Changeset 5427 for trunk/src/includes/admin/converters/bbPress1.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/bbPress1.php
r5349 r5427 251 251 ); 252 252 253 // Sticky status (Stored in postmeta) )253 // Sticky status (Stored in postmeta) 254 254 $this->field_map[] = array( 255 255 'from_tablename' => 'topics', 256 256 'from_fieldname' => 'topic_sticky', 257 257 'to_type' => 'topic', 258 'to_fieldname' => '_bbp_old_sticky_status ',258 'to_fieldname' => '_bbp_old_sticky_status_id', 259 259 'callback_method' => 'callback_sticky_status' 260 260 );
Note: See TracChangeset
for help on using the changeset viewer.