WP_Theme_JSON: sync indirect properties changes from core#48646
WP_Theme_JSON: sync indirect properties changes from core#48646
WP_Theme_JSON: sync indirect properties changes from core#48646Conversation
|
Flaky tests detected in 23d8bce. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4305527875
|
andrewserong
left a comment
There was a problem hiding this comment.
Thanks for backporting the backport @oandregal! 😄
This is still testing well for me (added define( 'DISALLOW_UNFILTERED_HTML', true ); locally, then tested that content and wide size, and block spacing values save in global styles) 👍
In case anyone's comparing this PR against the diff in WordPress/wordpress-develop#3742, this PR correctly uses the * @since 6.2.0 line in core, rather than the * @since 6.1.2 line from that PR's diff.
LGTM! ✨
I think that was altered in a follow up commit so that core used the correct version. It seems 6.2 will be released first. |
Thanks for confirming! |
What?
This PR syncs the Gutenberg class with the corresponding WordPress core changes.
Why?
By being in sync, future backport processes will be much easier.
Context:
How?
Copy the code from core to Gutenberg.