mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 08:24:30 +00:00
Administration: Change all the occurrences of "(opens in a new window)" to "(opens in a new tab)".
Props chetan200891, ianbelanger, afercia. Fixes #43803. git-svn-id: https://develop.svn.wordpress.org/trunk@43174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1127,7 +1127,7 @@ function wp_dashboard_events_news() {
|
||||
'https://make.wordpress.org/community/meetups-landing-page',
|
||||
__( 'Meetups' ),
|
||||
/* translators: accessibility text */
|
||||
__( '(opens in a new window)' )
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -1139,7 +1139,7 @@ function wp_dashboard_events_news() {
|
||||
'https://central.wordcamp.org/schedule/',
|
||||
__( 'WordCamps' ),
|
||||
/* translators: accessibility text */
|
||||
__( '(opens in a new window)' )
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -1152,7 +1152,7 @@ function wp_dashboard_events_news() {
|
||||
esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ),
|
||||
__( 'News' ),
|
||||
/* translators: accessibility text */
|
||||
__( '(opens in a new window)' )
|
||||
__( '(opens in a new tab)' )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user