From 499763f725302054386a075e5c502d131b45d291 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 14 Apr 2016 03:39:27 +0000 Subject: [PATCH] I18N: Add translator comment for a string with a placeholder added in [36806]. Keep the comment for the string above too, for additional clarity. Props christophherr. Fixes #36493. Built from https://develop.svn.wordpress.org/trunk@37201 git-svn-id: http://core.svn.wordpress.org/trunk@37167 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 98b8a17252..e3a319c3d3 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -229,6 +229,7 @@ function wp_default_scripts( &$scripts ) { 'noResults' => __( 'No search results.' ), /* translators: Number of results found when using jQuery UI Autocomplete */ 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ), + /* translators: %d: Number of results found when using jQuery UI Autocomplete */ 'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 32c6f6a88e..b238fef9bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37200'; +$wp_version = '4.6-alpha-37201'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.