Changes between Initial Version and Version 5 of Ticket #58677
- Timestamp:
- 07/04/2023 11:03:20 PM (3 years ago)
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 responsestoBackport: 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).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_pattern_sync_status` as [discussed here](https://wordpress.slack.com/archives/C02QB2JS7/p1688091498250399). 2 2 3 3 The rename to `wp_sync_status` is not 100% confirmed yet, we can back that out if needed.