Make WordPress Core


Ignore:
Timestamp:
05/05/2018 09:44:21 AM (7 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/widgets/class-wp-widget-custom-html.php

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