Changeset 49110 for trunk/src/wp-login.php
- Timestamp:
- 10/09/2020 01:04:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r49109 r49110 686 686 $admin_email_help_url = __( 'https://wordpress.org/support/article/settings-general-screen/#email-address' ); 687 687 688 /* translators: accessibility text*/688 /* translators: Accessibility text. */ 689 689 $accessibility_text = sprintf( '<span class="screen-reader-text"> %s</span>', __( '(opens in a new tab)' ) ); 690 690 … … 1380 1380 $message = sprintf( 'Please log in to %1$s to authorize %2$s to connect to your account.', get_bloginfo( 'name', 'display' ), '<strong>' . esc_html( $query['app_name'] ) . '</strong>' ); 1381 1381 } else { 1382 /* translators: Website name. */1382 /* translators: %s: Website name. */ 1383 1383 $message = sprintf( 'Please log in to %s to proceed with authorization.', get_bloginfo( 'name', 'display' ) ); 1384 1384 }
Note: See TracChangeset
for help on using the changeset viewer.