Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #58677


Ignore:
Timestamp:
07/04/2023 11:03:20 PM (3 years ago)
Author:
glendaviesnz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58677

    • Property Keywords has-patch added
    • Property Summary changed from Backport: move new wp_block postmeta field to a top level field of wp_block in rest responses to Backport: move new wp_block postmeta field to a top level field of wp_block in rest responses and rename to wp_pattern_sync_status
  • Ticket #58677 – Description

    initial v5  
    1 As [discussed here](https://github.com/WordPress/wordpress-develop/pull/4646#issuecomment-1603668189)  this moves the `sync_status` postmeta to a top level field of `wp_block`, and also renames it to `wp_sync_status` as [discussed here](https://wordpress.slack.com/archives/C02QB2JS7/p1688091498250399).
     1As [discussed here](https://github.com/WordPress/wordpress-develop/pull/4646#issuecomment-1603668189)  this moves the `sync_status` postmeta to a top level field of `wp_block`, and also renames it to `wp_pattern_sync_status` as [discussed here](https://wordpress.slack.com/archives/C02QB2JS7/p1688091498250399).
    22
    33The rename to `wp_sync_status` is not 100% confirmed yet, we can back that out if needed.