Conversation
|
Size Change: 0 B Total Size: 1.75 MB ℹ️ View Unchanged
|
aaronrobertshaw
left a comment
There was a problem hiding this comment.
Thanks for catching that!
Side effect of staring at the same words for months it appears 🙈
✅ Tests well
✅ All references to the hook updated
LGTM
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
|
I am cherry picking these changes to the |
What?
Just renaming the function.
Testing Instructions
I smoke tested by adding a block style variation
{ "$schema": "../../schemas/json/theme.json", "version": 3, "settings": { "appearanceTools": true }, "title": "My Variation", "blockTypes": [ "core/group", "core/columns", "core/media-text" ], "styles": { "color": { "background": "green", "text": "red" } } }And applied to a Group block in the editor. Save and make sure all is well.