Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/07/2014 03:26:49 PM (11 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/Kunena2.php

    r5426 r5428  
    4040            'from_fieldname'  => 'parent_id',
    4141            'to_type'         => 'forum',
    42             'to_fieldname'    => '_bbp_forum_parent_id'
     42            'to_fieldname'    => '_bbp_old_forum_parent_id'
    4343        );
    4444
Note: See TracChangeset for help on using the changeset viewer.