Changeset 49562
- Timestamp:
- 11/11/2020 10:39:52 AM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/auth-app.js
r49549 r49562 84 84 } else { 85 85 message = wp.i18n.sprintf( 86 /* translators: %s: Application name */86 /* translators: %s: Application name. */ 87 87 '<label for="new-application-password-value">' + wp.i18n.__( 'Your new password for %s is:' ) + '</label>', 88 88 '<strong></strong>' -
trunk/src/wp-admin/authorize-application.php
r49549 r49562 175 175 <?php 176 176 printf( 177 /* translators: %s: Application name */177 /* translators: %s: Application name. */ 178 178 esc_html__( 'Your new password for %s is:' ), 179 179 '<strong>' . esc_html( $app_name ) . '</strong>' -
trunk/src/wp-admin/user-edit.php
r49549 r49562 863 863 <?php 864 864 printf( 865 /* translators: %s: Application name */865 /* translators: %s: Application name. */ 866 866 __( 'Your new password for %s is:' ), 867 867 '<strong>{{ data.name }}</strong>'
Note: See TracChangeset
for help on using the changeset viewer.