diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php
index 09ba8103af..10f09d180b 100644
--- a/wp-includes/customize/class-wp-customize-theme-control.php
+++ b/wp-includes/customize/class-wp-customize-theme-control.php
@@ -110,7 +110,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {
<# if ( data.theme.active ) { #>
- {{ data.theme.name }}
+ {{ data.theme.name }}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ce30a1d4ba..a243c55c27 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.4-alpha-47089';
+$wp_version = '5.4-alpha-47090';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.