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
This commit is contained in:
parent
d323ea9e18
commit
3bee2912ea
|
@ -590,7 +590,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
),
|
),
|
||||||
'pageOnFrontError' => __( 'Homepage and posts page must be different.' ),
|
'pageOnFrontError' => __( 'Homepage and posts page must be different.' ),
|
||||||
'saveBlockedError' => wp_array_slice_assoc(
|
'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.' ),
|
_n_noop( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.' ),
|
||||||
array( 'singular', 'plural' )
|
array( 'singular', 'plural' )
|
||||||
),
|
),
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue