Changeset 5427 for trunk/src/includes/admin/converters/Example.php
- Timestamp:
- 07/07/2014 02:43:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Example.php
r5426 r5427 261 261 ); 262 262 263 // Sticky status (Stored in postmeta) )263 // Sticky status (Stored in postmeta) 264 264 $this->field_map[] = array( 265 265 'from_tablename' => 'topics_table', 266 266 'from_fieldname' => 'the_topic_sticky_status', 267 267 'to_type' => 'topic', 268 'to_fieldname' => '_bbp_old_sticky_status ',268 'to_fieldname' => '_bbp_old_sticky_status_id', 269 269 'callback_method' => 'callback_sticky_status' 270 270 );
Note: See TracChangeset
for help on using the changeset viewer.