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/class-wp-customize-manager.php

    r42875 r43174  
    42454245                <a href="" target="">
    42464246                    <span class="preview-control-element" data-component="url"></span>
    4247                     <span class="screen-reader-text"><?php _e( '(opens in a new window)' ); ?></span>
     4247                    <span class="screen-reader-text"><?php _e( '(opens in a new tab)' ); ?></span>
    42484248                </a>
    42494249                <input id="{{ elementPrefix }}customize-preview-link-input" readonly tabindex="-1" class="preview-control-element" data-component="input">
     
    54645464            __( 'Learn more about CSS' ),
    54655465            /* translators: accessibility text */
    5466             __( '(opens in a new window)' )
     5466            __( '(opens in a new tab)' )
    54675467        );
    54685468        $section_description .= '</p>';
     
    54855485                    '<span class="screen-reader-text"> %s</span>',
    54865486                    /* translators: accessibility text */
    5487                     __( '(opens in a new window)' )
     5487                    __( '(opens in a new tab)' )
    54885488                )
    54895489            );
Note: See TracChangeset for help on using the changeset viewer.