From 1e39d4f2deeff24d0f0f88e9f2ba2a57d7a2e033 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Oct 2017 21:42:33 +0000 Subject: [PATCH] I18N: Give context to "Installed" string added in [41648]. Props dimadin. Fixes #42325. git-svn-id: https://develop.svn.wordpress.org/trunk@42002 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-customize-theme-control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/customize/class-wp-customize-theme-control.php b/src/wp-includes/customize/class-wp-customize-theme-control.php index 09fda2b676..7bcd278aa6 100644 --- a/src/wp-includes/customize/class-wp-customize-theme-control.php +++ b/src/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 }}