-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix Global Styles controller incompatible with extended Core classes #58972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress. If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged. If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack. Thank you! ❤️ View changed files❔ lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-revisions-controller-6-4.php ❔ lib/compat/wordpress-6.5/rest-api.php |
lib/compat/wordpress-6.4/class-gutenberg-rest-global-styles-revisions-controller-6-4.php
Outdated
Show resolved
Hide resolved
|
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 Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @jonnynews. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. 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. |
|
We might end up patching this in Core WordPress/wordpress-develop#6106 |
|
@getdave I think this should be fixed in core. This fix works in core WordPress/wordpress-develop@95db1e9 |
|
That fix now looks to have been committed so I can close this one out as not required. |
It was not committed. The global controller was reverted. That commit is from a PR. |
What?
This is because the 6.5 class didn't pass the parent post type argument and the 6.4 class didn't define the property.
See https://wordpress.slack.com/archives/C02RQBWTW/p1707834984621719.
Why?
How?
Testing Instructions
trunk.trunk.Note that it's possible WP Core
trunkwill have patched this already.Testing Instructions for Keyboard
Screenshots or screencast