Make WordPress Core

Changeset 42983


Ignore:
Timestamp:
04/16/2018 06:35:44 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

Props afercia.
See #43523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r42787 r42983  
    300300                    <?php
    301301                    printf(
    302                         /* translators: %$1s is line number and %1$s is file path. */
     302                        /* translators: 1: line number, 2: file path */
    303303                        __( '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.' ),
    304304                        '{{ data.line }}',
Note: See TracChangeset for help on using the changeset viewer.