From e4ce9663a321d8807df7e24db82275974ae87ae3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 May 2019 01:18:53 +0000 Subject: [PATCH] I18N: Merge two similar "you may need to press the Esc key twice" strings. Props ramiy, tmatsuur, hareesh-pillai. Fixes #47036. Built from https://develop.svn.wordpress.org/trunk@45396 git-svn-id: http://core.svn.wordpress.org/trunk@45207 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 5319104760..296e8af9be 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index f6679fc695..8d38699632 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45395'; +$wp_version = '5.3-alpha-45396'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.