Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/07/2014 02:00:46 PM (12 years ago)
Author:
netweb
Message:

Update bbPress forum importers to support new closed topic import method introduced in r5425. See #2577

File:
1 edited

Legend:

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

    • Property svn:eol-style set to native
    r5352 r5426  
    218218                        'from_fieldname'  => 'thread_active',
    219219                        'to_type'         => 'topic',
    220                         'to_fieldname'    => 'post_status',
     220                        'to_fieldname'    => '_bbp_old_closed_status_id',
    221221                        'callback_method' => 'callback_topic_status'
    222222                );
Note: See TracChangeset for help on using the changeset viewer.