Changeset 5313
- Timestamp:
- 03/05/2014 08:27:54 PM (11 years ago)
- Location:
- trunk/src/templates/default/bbpress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-topic-merge.php
r5115 r5313 46 46 'post_type' => bbp_get_topic_post_type(), 47 47 'post_parent' => bbp_get_topic_forum_id( bbp_get_topic_id() ), 48 'post_status' => array( bbp_get_public_status_id(), bbp_get_closed_status_id() ), 48 49 'selected' => -1, 49 50 'exclude' => bbp_get_topic_id(), -
trunk/src/templates/default/bbpress/form-topic-split.php
r5115 r5313 53 53 'post_type' => bbp_get_topic_post_type(), 54 54 '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() ), 55 56 'selected' => -1, 56 57 'exclude' => bbp_get_topic_id(),
Note: See TracChangeset
for help on using the changeset viewer.