I18N: Add context for News blog URL in 'WordPress Events and News' dashboard widget.
Props zodiac1978. Fixes #40929. git-svn-id: https://develop.svn.wordpress.org/trunk@40905 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
93e549f03f
commit
d4949e31be
@ -1114,7 +1114,7 @@ function wp_dashboard_events_news() {
|
||||
printf(
|
||||
'<a href="%1$s" target="_blank">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
|
||||
/* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */
|
||||
esc_url( __( 'https://wordpress.org/news/' ) ),
|
||||
esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ),
|
||||
__( 'News' ),
|
||||
/* translators: accessibility text */
|
||||
__( '(opens in a new window)' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user