From 116e4712cb2d56dcdc80c6a68a9db4517cae435b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 24 Oct 2017 23:40:46 +0000 Subject: [PATCH] I18N: Use a consistent pattern for translator comments for placeholders in the string added in [42013]. See #41974. Built from https://develop.svn.wordpress.org/trunk@42014 git-svn-id: http://core.svn.wordpress.org/trunk@41848 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/theme-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index b664cec905..e31748d2c5 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -191,7 +191,7 @@ if ( $file_description != $file_show ) {

built-in CSS editor.' ), esc_url( add_query_arg( 'autofocus[section]', 'custom_css', admin_url( 'customize.php' ) ) ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 6547556667..920122f2dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-42013'; +$wp_version = '4.9-beta3-42014'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.