Declare HTML5 scripts and styles support for better compliance with W3C validator

This commit is contained in:
Jb 2020-04-13 00:14:06 +02:00
parent 55fafb9558
commit d6f8026895
1 changed files with 2 additions and 0 deletions

View File

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