From 3bee2912eaab4a6fdab3f27c48bcb9c94d5c5129 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 8 Oct 2017 16:23:46 +0000 Subject: [PATCH] Customize: Use a consistent translator comment for the same strings. See #21492. Built from https://develop.svn.wordpress.org/trunk@41791 git-svn-id: http://core.svn.wordpress.org/trunk@41625 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index d3af4c0a44..7b4eb73c5c 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -590,7 +590,7 @@ function wp_default_scripts( &$scripts ) { ), 'pageOnFrontError' => __( 'Homepage and posts page must be different.' ), 'saveBlockedError' => wp_array_slice_assoc( - /* translators: %s: error count */ + /* translators: %s: number of invalid settings */ _n_noop( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.' ), array( 'singular', 'plural' ) ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 90c4933969..a7a6cef689 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta1-41790'; +$wp_version = '4.9-beta1-41791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.