studiopress / genesis-sample

This is the sample theme created for the Genesis Framework.
https://demo.studiopress.com/genesis-sample/
530 stars 283 forks source link

Add new HTML5 theme support #314

Closed robincornett closed 4 years ago

robincornett commented 4 years ago

Summary of change: WordPress 5.3 is introducing new arguments for add_theme_support, to prevent validation warnings for style/script files. This resolves issue

313.

Have the changes in this PR been added to the documentation for this project? No: it should be added to this snippet.

How to test: Add to a site running WordPress 5.3 and confirm that script/style type is no longer output.

See: #313 Fixes: #313

Suggested Changelog Entry: Update HTML5 theme support to fix script/style validation warnings.