diff --git a/wp-includes/customize/class-wp-customize-theme-control.php b/wp-includes/customize/class-wp-customize-theme-control.php index 09fda2b676..7bcd278aa6 100644 --- a/wp-includes/customize/class-wp-customize-theme-control.php +++ b/wp-includes/customize/class-wp-customize-theme-control.php @@ -110,7 +110,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control { -

+

<# } else if ( 'installed' === data.theme.type ) { #>

{{ data.theme.name }}

@@ -118,7 +118,7 @@ class WP_Customize_Theme_Control extends WP_Customize_Control {
-

+

<# } else { #>

{{ data.theme.name }}

diff --git a/wp-includes/version.php b/wp-includes/version.php index e6579b32d1..ff55036440 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42001'; +$wp_version = '4.9-beta3-42002'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.