Customize: Use a consistent translator comment for the same strings.
See #21492. git-svn-id: https://develop.svn.wordpress.org/trunk@41791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
17e5b0f5b8
commit
3a938bb9e9
|
@ -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' )
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue