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