mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Administration: Change all the occurrences of "(opens in a new window)" to "(opens in a new tab)".
Props chetan200891, ianbelanger, afercia. Fixes #43803. git-svn-id: https://develop.svn.wordpress.org/trunk@43174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5632,7 +5632,7 @@ function wp_auth_check_html() {
|
||||
<div class="wp-auth-fallback">
|
||||
<p><b class="wp-auth-fallback-expired" tabindex="0"><?php _e( 'Session expired' ); ?></b></p>
|
||||
<p><a href="<?php echo esc_url( $login_url ); ?>" target="_blank"><?php _e( 'Please log in again.' ); ?></a>
|
||||
<?php _e( 'The login page will open in a new window. After logging in you can close it and return to this page.' ); ?></p>
|
||||
<?php _e( 'The login page will open in a new tab. After logging in you can close it and return to this page.' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user