Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23022, comment 24


Ignore:
Timestamp:
07/28/2021 04:48:57 PM (3 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23022, comment 24

    initial v1  
    55The new `wp_untrash_post_status` filter did not help existing plugins maintain their status quo's.
    66
    7 Why was there was no developer note for this breakage?
     7Why was there no developer note for this breakage?
    88
    99In my opinion, the committed solution here is suboptimal. The `wp_untrash_post_set_previous_status()` implementation should have been the first clue this was not a great idea.