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
This commit is contained in:
parent
6cc19b5e2e
commit
499763f725
|
@ -229,6 +229,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
'noResults' => __( 'No search results.' ),
|
'noResults' => __( 'No search results.' ),
|
||||||
/* translators: Number of results found when using jQuery UI Autocomplete */
|
/* translators: Number of results found when using jQuery UI Autocomplete */
|
||||||
'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
|
'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.' ),
|
'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ),
|
||||||
) );
|
) );
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue