Make WordPress Core


Ignore:
Timestamp:
05/05/2018 09:44:21 AM (8 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/customize/class-wp-customize-nav-menu-locations-control.php

    r42343 r43174  
    5555                                                                                '<span class="screen-reader-text"> %s</span>',
    5656                                                                                /* translators: accessibility text */
    57                                                                                 __( '(opens in a new window)' )
     57                                                                                __( '(opens in a new tab)' )
    5858                                                                        )
    5959                                                                );
Note: See TracChangeset for help on using the changeset viewer.