Skip to:
Content

bbPress.org

Changes between Initial Version and Version 2 of Ticket #2653


Ignore:
Timestamp:
07/07/2014 12:52:18 PM (11 years ago)
Author:
netweb
Comment:

See #2654 for bbPress 2.6 database upgrade routine

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2653

    • Property Keywords has-patch added
  • Ticket #2653 – Description

    initial v2  
    16161. Update `bbp_close_topic()` to allow `_bbp_status` to be added to existing `post_status` = `closed` topics
    1717
    18 2. Update repair tools to repair closed topics missing `_bbp_status` meta key
     182. Update repair tools to repair closed topics missing `_bbp_status` meta key See #2577
    1919
    20 3. Add bbPress 2.6 database upgrade routine we should update closed topics where `post_status` = `closed` and meta `bbp_status` = `publish` does not exist.
     203. Add bbPress 2.6 database upgrade routine we should update closed topics where `post_status` = `closed` and meta `bbp_status` = `publish` does not exist. See #2654
    2121
    2222Related: #2577 Imported closed/locked topics missing 'publish' postmeta `_bbp_status`