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:
parent
280aeff5d2
commit
3957635dfb
|
@ -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 }}'
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue