From 50c6a55fba9a21af867b86d1d17535cb88783989 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Oct 2017 21:43:47 +0000 Subject: [PATCH] I18N: Give context to "Installed" string added in [41648]. Props dimadin. Fixes #42325. Built from https://develop.svn.wordpress.org/trunk@42002 git-svn-id: http://core.svn.wordpress.org/trunk@41836 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-theme-control.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.