Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/05/2014 08:27:54 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Allow closed topics to be split and merged into. Props netweb. Fixes #1714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-topic-split.php

    r5115 r5313  
    5353                                            'post_type'   => bbp_get_topic_post_type(),
    5454                                            'post_parent' => bbp_get_topic_forum_id( bbp_get_topic_id() ),
     55                                            'post_status' => array( bbp_get_public_status_id(), bbp_get_closed_status_id() ),
    5556                                            'selected'    => -1,
    5657                                            'exclude'     => bbp_get_topic_id(),
Note: See TracChangeset for help on using the changeset viewer.