diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php
index 13b803ac60..6b86ce84de 100644
|
a
|
b
|
class WP_Customize_Theme_Control extends WP_Customize_Control { |
| 117 | 117 | <div class="theme-id-container"> |
| 118 | 118 | <h3 class="theme-name" id="{{ data.section }}-{{ data.theme.id }}-name">{{ data.theme.name }}</h3> |
| 119 | 119 | <div class="theme-actions"> |
| 120 | | <button type="button" class="button button-primary preview-theme" aria-label="<?php echo esc_attr( $preview_label ); ?>" data-slug="{{ data.theme.id }}"><?php _e( 'Live Preview' ); ?></span> |
| | 120 | <button type="button" class="button button-primary preview-theme" aria-label="<?php echo esc_attr( $preview_label ); ?>" data-slug="{{ data.theme.id }}"><?php _e( 'Live Preview' ); ?></button> |
| 121 | 121 | </div> |
| 122 | 122 | </div> |
| 123 | 123 | <div class="notice notice-success notice-alt"><p><?php _ex( 'Installed', 'theme' ); ?></p></div> |