I18N: Update translators comment after [40072].

Props ocean90.
See #39898.
Built from https://develop.svn.wordpress.org/trunk@40073


git-svn-id: http://core.svn.wordpress.org/trunk@40010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2017-02-17 10:21:41 +00:00
parent db1ff39224
commit 8ce61a87f4
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ final class WP_Customize_Custom_CSS_Setting extends WP_Customize_Setting {
// Ensure double quotes are equal.
if ( ! $this->validate_equal_characters( '"', $css ) ) {
$validity->add( 'unequal_double_quotes', sprintf(
/* translators: %s: " */
/* translators: 1: " (double quote) */
__( 'Your double quotes %1$s are uneven. Make sure there is a closing %1$s for every opening %1$s.' ),
'<code>"</code>'
) );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40072';
$wp_version = '4.8-alpha-40073';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.