diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php
index 52e3531250..4e63fd82f0 100644
--- a/src/wp-admin/themes.php
+++ b/src/wp-admin/themes.php
@@ -222,7 +222,12 @@ foreach ( $themes as $theme ) :
-
+
+ Active: %s' ), $theme['name'] );
+ ?>
+
@@ -319,7 +324,12 @@ $can_delete = current_user_can( 'delete_themes' );
<# if ( data.active ) { #>
- {{{ data.name }}}
+
+ Active: %s' ), '{{ data.name }}' );
+ ?>
+ >
<# } else { #>
{{{ data.name }}}
<# } #>
diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php
index bd964c2d6f..c220f2a921 100644
--- a/src/wp-includes/class-wp-customize-control.php
+++ b/src/wp-includes/class-wp-customize-control.php
@@ -1213,7 +1213,12 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {
<# if ( data.theme.active ) { #>
- {{ data.theme.name }}
+
+ Previewing: %s' ), '{{ data.theme.name }}' );
+ ?>
+
<# } else { #>
{{ data.theme.name }}
<# } #>
@@ -1286,7 +1291,7 @@ class WP_Widget_Area_Customize_Control extends WP_Customize_Control {
-
+
" target="_top" class="add-new-h2">
-
+
controls ) ) : ?>