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-admin/includes/dashboard.php

    r43006 r43174  
    11281128                __( 'Meetups' ),
    11291129                /* translators: accessibility text */
    1130                 __( '(opens in a new window)' )
     1130                __( '(opens in a new tab)' )
    11311131            );
    11321132        ?>
     
    11401140                __( 'WordCamps' ),
    11411141                /* translators: accessibility text */
    1142                 __( '(opens in a new window)' )
     1142                __( '(opens in a new tab)' )
    11431143            );
    11441144        ?>
     
    11531153                __( 'News' ),
    11541154                /* translators: accessibility text */
    1155                 __( '(opens in a new window)' )
     1155                __( '(opens in a new tab)' )
    11561156            );
    11571157        ?>
Note: See TracChangeset for help on using the changeset viewer.