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. Built from https://develop.svn.wordpress.org/trunk@50234 git-svn-id: http://core.svn.wordpress.org/trunk@49895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -623,7 +623,7 @@ endif;
|
||||
</div>
|
||||
<p class="description">
|
||||
<?php
|
||||
/* translators: 1: User's display name. */
|
||||
/* translators: %s: User's display name. */
|
||||
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 ) );
|
||||
?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user