diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php index a4ead63c0f..8308f4ae18 100644 --- a/src/wp-includes/class-wp-customize-control.php +++ b/src/wp-includes/class-wp-customize-control.php @@ -1202,7 +1202,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { public function content_template() { $preview_url = site_url( add_query_arg( 'theme', '{{ data.theme.id }}' ) ); ?> -
tabindex="0"<# } #> data-preview-url="" aria-describedby="{{ data.theme.id }}-action {{ data.theme.id }}-name"> +
<# if ( data.theme.screenshot[0] ) { #>
@@ -1213,22 +1213,11 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {
- <# if ( data.theme.active ) { #> -

- Previewing: %s' ), '{{ data.theme.name }}' ); - ?> -

- <# } else { #> -

{{ data.theme.name }}

- <# } #> +

{{ data.theme.name }}

- <# if ( ! data.theme.active ) { #> -
- -
- <# } #> +
+ +