Make WordPress Core

Changes between Version 10 and Version 12 of Ticket #54708


Ignore:
Timestamp:
12/29/2021 09:45:03 PM (4 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54708 – Description

    v10 v12  
    11(Improve `_set_preview` for case when autosave missing)
    22
    3 **Problem: Autosaves are deleting when a new autosave is sent with the same data. In the block editor, this causes the preview data to be missing on previews.
     3**Problem: Autosaves are deleted when a new autosave is sent with the same data. In the block editor, this causes the preview data to be missing on previews.
    44
    55Bug exhibited: When using block themes, post previews do not properly display the currently set featured image. Several other data transformations are also missing because `_set_preview` exits early when it can't locate the autosave.