Always output core block global styles after base global styles#58761
Conversation
|
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 Core SVNCore Committers: Use this line as a base for the props when committing in SVN: GitHub Merge commitsIf 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. |
|
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/global-styles-and-settings.php |
carolinan
left a comment
There was a problem hiding this comment.
I have tested the PR manually and it works as described.
oandregal
left a comment
There was a problem hiding this comment.
Thanks for making sure both codebases are in sync.
What?
Brings the changes from WordPress/wordpress-develop#6010 into Gutenberg.
When
should_load_separate_core_block_assetsis true, core block global styles should now be loaded right after base global styles, inside theglobal-styles-inline-csstag. This matches the loading order whenshould_load_separate_core_block_assetsis false, as well as the order inside the editor iframe.When
should_load_separate_core_block_assetsis true, only the styles relevant to the blocks on the page should be loaded.Testing Instructions