I18N: Correct placeholder references in a translator comment in `wp_print_file_editor_templates()`.

Props afercia.
See #43523.

git-svn-id: https://develop.svn.wordpress.org/trunk@42983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-04-16 18:35:44 +00:00
parent bb4dff10f6
commit 031a90a6b3
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function wp_print_file_editor_templates() {
<p>
<?php
printf(
/* translators: %$1s is line number and %1$s is file path. */
/* translators: 1: line number, 2: file path */
__( 'Your PHP code changes were rolled back due to an error on line %1$s of file %2$s. Please fix and try saving again.' ),
'{{ data.line }}',
'{{ data.file }}'