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:
parent
5fdf48c0ec
commit
baaaef5b63
@ -100,6 +100,8 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) :
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -144,6 +144,8 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) :
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -74,6 +74,8 @@ if ( ! function_exists( 'twentynineteen_setup' ) ) :
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -77,6 +77,8 @@ function twentyseventeen_setup() {
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -106,6 +106,8 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) :
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -166,6 +166,8 @@ function twentythirteen_setup() {
|
|||||||
'comment-list',
|
'comment-list',
|
||||||
'gallery',
|
'gallery',
|
||||||
'caption',
|
'caption',
|
||||||
|
'script',
|
||||||
|
'style',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user