Bundled Themes: Declare HTML5 support for scripts and styles.

Fixes #42804.
Built from https://develop.svn.wordpress.org/trunk@46165


git-svn-id: http://core.svn.wordpress.org/trunk@45977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-18 14:51:56 +00:00
parent 252628652e
commit 42d52ce080
7 changed files with 13 additions and 1 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',
)
);

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46164';
$wp_version = '5.3-alpha-46165';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.