diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php
index ccd918eae9..244f573ce6 100644
--- a/src/wp-admin/themes.php
+++ b/src/wp-admin/themes.php
@@ -342,10 +342,7 @@ foreach ( $themes as $theme ) :
- Active: %s' ), $theme['name'] );
- ?>
+
@@ -509,10 +506,7 @@ if ( ! is_multisite() && current_user_can( 'edit_themes' ) && $broken_themes ) {
<# if ( data.active ) { #>
- Active: %s' ), '{{{ data.name }}}' );
- ?>
+ {{{ data.name }}}
<# } else { #>
{{{ data.name }}}
diff --git a/src/wp-includes/customize/class-wp-customize-theme-control.php b/src/wp-includes/customize/class-wp-customize-theme-control.php
index 09ba8103af..10f09d180b 100644
--- a/src/wp-includes/customize/class-wp-customize-theme-control.php
+++ b/src/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 }}