Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30854, comment 27


Ignore:
Timestamp:
11/09/2021 09:47:17 PM (4 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30854, comment 27

    initial v1  
    55You might be able to fix this in bbPress with some existing hooks, eg copy the content to a revision on that first update if you know it is missing because a new topic is used?
    66
    7 I feel like the current patch still addresses the bug as originally reported by @JamesDiGioia:
     7The current patch still addresses the bug as originally reported by @JamesDiGioia:
    88
    9 **`wp_insert_post` doesn't save revision for new published post
    10 **
     9**`wp_insert_post` doesn't save revision for new published post**
    1110
    1211So let's get this fix in as is, it solves a long standing issue with this "original revision" missing.