diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php index c66ba28612..5aca6639b5 100644 --- a/wp-includes/customize/class-wp-customize-theme-control.php +++ b/wp-includes/customize/class-wp-customize-theme-control.php @@ -103,10 +103,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { <# if ( data.theme.active ) { #>

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

diff --git a/wp-includes/version.php b/wp-includes/version.php index 30fff2be4f..b8c73c3e4e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45434'; +$wp_version = '5.3-alpha-45435'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.