Changes between Initial Version and Version 1 of Ticket #30854, comment 27
- Timestamp:
- 11/09/2021 09:47:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30854, comment 27
initial v1 5 5 You 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? 6 6 7 I feel like the current patch still addresses the bug as originally reported by @JamesDiGioia:7 The current patch still addresses the bug as originally reported by @JamesDiGioia: 8 8 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** 11 10 12 11 So let's get this fix in as is, it solves a long standing issue with this "original revision" missing.