Make WordPress Core


Ignore:
Timestamp:
02/07/2021 12:42:06 PM (4 years ago)
Author:
SergeyBiryukov
Message:

I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.

Adjust some newly introduced strings to remove unnecessary numbered placeholders for consistency.

Follow-up to [42827].

See #51800.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-edit.php

    r50129 r50234  
    624624            <p class="description">
    625625                <?php
    626                 /* translators: 1: User's display name. */
     626                /* translators: %s: User's display name. */
    627627                printf( __( 'Send %s a link to reset their password. This will not change their password, nor will it force a change.' ), esc_html( $profileuser->display_name ) );
    628628                ?>
Note: See TracChangeset for help on using the changeset viewer.