Merge pull request #1401 from audrasjb/fix-html5-support-style-script

Declare HTML5 scripts and styles support for better compliance with W3C validator
This commit is contained in:
Ismail El Korchi 2020-04-12 23:50:17 +01:00 committed by GitHub
commit 0388070422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ if ( ! function_exists( '_s_setup' ) ) :
'comment-list',
'gallery',
'caption',
'style',
'script',
)
);