Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/07/2014 03:26:49 PM (10 years ago)
Author:
netweb
Message:

Updated forum parent ID importing method for compatibility when wp_bbconverter_translator database sync_table exists.

  • Renamed forum parent meta key _bbp_forum_parent_id to _bbp_old_forum_parent_id for importers that support forum parents
  • Improvements for future iterations of post import meta data manipulation/enhancements with reference only imported post meta keys including a common _old prefix as part of the _bbp prefix

See #2650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/e107v1.php

    r5427 r5428  
    3939            'from_fieldname'  => 'forum_parent',
    4040            'to_type'         => 'forum',
    41             'to_fieldname'    => '_bbp_forum_parent_id'
     41            'to_fieldname'    => '_bbp_old_forum_parent_id'
    4242        );
    4343
Note: See TracChangeset for help on using the changeset viewer.