From 36d7479dc57c38685ffe1032aee7625abf82943d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 May 2019 01:17:31 +0000 Subject: [PATCH] I18N: Merge two similar "you may need to press the Esc key twice" strings. Props ramiy, tmatsuur, hareesh-pillai. Fixes #47036. git-svn-id: https://develop.svn.wordpress.org/trunk@45396 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 5319104760..296e8af9be 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -5577,7 +5577,7 @@ final class WP_Customize_Manager { $section_description .= ''; if ( 'false' !== wp_get_current_user()->syntax_highlighting ) {