diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php index e7a4676df2..39b9f7b44c 100644 --- a/wp-content/themes/twentyfifteen/functions.php +++ b/wp-content/themes/twentyfifteen/functions.php @@ -100,6 +100,8 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) : 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index fdccdf08bd..47f5141655 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -144,6 +144,8 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) : 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-content/themes/twentynineteen/functions.php b/wp-content/themes/twentynineteen/functions.php index 901aa29990..9d9c2c3a04 100644 --- a/wp-content/themes/twentynineteen/functions.php +++ b/wp-content/themes/twentynineteen/functions.php @@ -74,6 +74,8 @@ if ( ! function_exists( 'twentynineteen_setup' ) ) : 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index a853d0e98a..3a2e92ecf8 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -77,6 +77,8 @@ function twentyseventeen_setup() { 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php index 3329d61608..c180b826f3 100644 --- a/wp-content/themes/twentysixteen/functions.php +++ b/wp-content/themes/twentysixteen/functions.php @@ -106,6 +106,8 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) : 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 2c0edbe00b..92723d4ea6 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -166,6 +166,8 @@ function twentythirteen_setup() { 'comment-list', 'gallery', 'caption', + 'script', + 'style', ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index cb53fb749d..f597291df3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.