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

Props afercia.
See #43523.
Built from https://develop.svn.wordpress.org/trunk@42983


git-svn-id: http://core.svn.wordpress.org/trunk@42812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-04-16 18:36:24 +00:00
parent 280aeff5d2
commit 3957635dfb
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ function wp_print_file_editor_templates() {
<p> <p>
<?php <?php
printf( 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.' ), __( '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.line }}',
'{{ data.file }}' '{{ data.file }}'

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-42982'; $wp_version = '5.0-alpha-42983';
/** /**
* 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.