Fonts: Move admin menu compat from experimental to wordpress-7.0#78227
Conversation
The Fonts admin menu registration targets WordPress 7.0, so relocate it into lib/compat/wordpress-7.0/ to follow the version-specific compat layout instead of leaving it under experimental/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
217fa4d to
3e5c38f
Compare
|
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. |
|
Flaky tests detected in 3e5c38f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25786318201
|
What?
Move the Fonts admin menu compatibility shim from
lib/experimental/fonts/load.phptolib/compat/wordpress-7.0/fonts.php.Why?
The dedicated Font Library page will be released in 7.0. To ensure that redundant code in Gutenberg is removed in the future, it would be best to move it to the appropriate directory.
Testing Instructions
Access "Appearance" → "Fonts" and confirm the Font Library page loads.
Use of AI Tools
This PR was authored with assistance from Claude Code for the file move and commit message drafting. The author reviewed and verified all changes.