Font Library: Update the default collection data url to the wordpress.org cdn#58186
Font Library: Update the default collection data url to the wordpress.org cdn#58186matiasbenedetto merged 1 commit intotrunkfrom
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/experimental/fonts/font-library/font-library.php |
pbking
left a comment
There was a problem hiding this comment.
This works as expected. URL is pointing to the correct version in the CDN which has been correctly added and is available as I expected.
🚢
|
I noticed this PR was merged after I raised the PHP Sync Tracking Issue for WP 6.5 and has changed PHP files that may need backporting to WP Core. I believe this will be backported as part of a single backport for the Fonts API. It's been added to the Tracking Issue. |
What?
Update the default collection data URL to the wordpress.org cdn
Why?
Replace the URL from a GitHub URL to the one hosted by the wordpress.org CDN.
How?
Just by replacing the link.
Testing Instructions
Navigate to the Font Library and check that the Google Fonts collection is loading as expected.