diff --git a/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php b/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
index ee4125a34..52d2f20b0 100644
--- a/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
+++ b/global.wordpress.org/public_html/wp-content/themes/rosetta/functions.php
@@ -14,7 +14,13 @@ function rosetta_after_setup_theme() {
 	add_theme_support( 'automatic-feed-links' );
 
 	add_theme_support( 'html5', array(
-		'search-form', 'comment-form', 'comment-list', 'gallery', 'caption'
+		'search-form',
+		'comment-form',
+		'comment-list',
+		'gallery',
+		'caption',
+		'style',
+		'script',
 	) );
 
 	add_theme_support( 'custom-header', array(
diff --git a/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php b/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
index 0e185492a..cdc9a6fb5 100644
--- a/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
+++ b/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
@@ -30,7 +30,15 @@ function setup_theme() {
 
 	add_theme_support(
 		'html5',
-		array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption' )
+		array(
+			'search-form',
+			'comment-form',
+			'comment-list',
+			'gallery',
+			'caption',
+			'style',
+			'script',
+		)
 	);
 
 	add_theme_support(
diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
index 9674c4f01..6c540febd 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
@@ -801,6 +801,8 @@ if ( ! function_exists( 'gutenbergtheme_setup' ) ) :
 			'comment-list',
 			'gallery',
 			'caption',
+			'style',
+			'script',
 		) );
 
 		add_theme_support( 'align-wide' );
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php
index fa25807f3..fe62ce4c2 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/functions.php
@@ -55,6 +55,8 @@ function wpmobileapps_setup() {
 		'search-form',
 		'comment-form',
 		'gallery',
+		'style',
+		'script',
 	) );
 
 	// Enable support for title tag.
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
index d432f77f5..1605a280c 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
@@ -37,6 +37,8 @@ function setup() {
 		'comment-list',
 		'gallery',
 		'caption',
+		'style',
+		'script',
 	) );
 
 	add_theme_support( 'wp4-styles' );
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
index 258dd3114..5e7efcdf8 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
@@ -19,7 +19,13 @@ function wporg_themes_setup() {
 	load_theme_textdomain( 'wporg-themes' );
 
 	add_theme_support( 'html5', array(
-		'search-form', 'comment-form', 'comment-list', 'gallery', 'caption'
+		'search-form',
+		'comment-form',
+		'comment-list',
+		'gallery',
+		'caption',
+		'style',
+		'script',
 	) );
 
 	// No need for canonical lookups
diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php b/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
index 29346bb2e..b62366192 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
@@ -49,6 +49,8 @@ function setup() {
 		'comment-list',
 		'gallery',
 		'caption',
+		'style',
+		'script',
 	) );
 
 	// Set up the WordPress core custom background feature.
