Bundled Themes: Declare HTML5 support for scripts and styles.

Fixes #42804.

git-svn-id: https://develop.svn.wordpress.org/trunk@46165 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
SergeyBiryukov 2019-09-18 14:50:02 +00:00
parent 5fdf48c0ec
commit baaaef5b63
6 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -77,6 +77,8 @@ function twentyseventeen_setup() {
'comment-list',
'gallery',
'caption',
'script',
'style',
)
);

View File

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

View File

@ -166,6 +166,8 @@ function twentythirteen_setup() {
'comment-list',
'gallery',
'caption',
'script',
'style',
)
);