Make WordPress Core


Ignore:
Timestamp:
05/05/2018 09:44:21 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Administration: Change all the occurrences of "(opens in a new window)" to "(opens in a new tab)".

Props chetan200891, ianbelanger, afercia.
Fixes #43803.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r43162 r43174  
    56335633        <p><b class="wp-auth-fallback-expired" tabindex="0"><?php _e( 'Session expired' ); ?></b></p>
    56345634        <p><a href="<?php echo esc_url( $login_url ); ?>" target="_blank"><?php _e( 'Please log in again.' ); ?></a>
    5635         <?php _e( 'The login page will open in a new window. After logging in you can close it and return to this page.' ); ?></p>
     5635        <?php _e( 'The login page will open in a new tab. After logging in you can close it and return to this page.' ); ?></p>
    56365636    </div>
    56375637    </div>
Note: See TracChangeset for help on using the changeset viewer.