forked from mirror/_s
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:
commit
0388070422
|
@ -66,6 +66,8 @@ if ( ! function_exists( '_s_setup' ) ) :
|
||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'style',
|
||||||
|
'script',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Reference in New Issue