diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php
index bbbeb0b855..4722f365ae 100644
a
|
b
|
function wp_dashboard_events_news() { |
1317 | 1317 | <p class="community-events-footer"> |
1318 | 1318 | <?php |
1319 | 1319 | printf( |
1320 | | '<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>', |
| 1320 | '<a title="%2$s" 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>', |
1321 | 1321 | 'https://make.wordpress.org/community/meetups-landing-page', |
1322 | 1322 | __( 'Meetups' ), |
1323 | 1323 | /* translators: Hidden accessibility text. */ |
… |
… |
function wp_dashboard_events_news() { |
1329 | 1329 | |
1330 | 1330 | <?php |
1331 | 1331 | printf( |
1332 | | '<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>', |
| 1332 | '<a title="%2$s" 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>', |
1333 | 1333 | 'https://central.wordcamp.org/schedule/', |
1334 | 1334 | __( 'WordCamps' ), |
1335 | 1335 | /* translators: Hidden accessibility text. */ |
… |
… |
function wp_dashboard_events_news() { |
1341 | 1341 | |
1342 | 1342 | <?php |
1343 | 1343 | printf( |
1344 | | '<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>', |
| 1344 | '<a title="%2$s" 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>', |
1345 | 1345 | /* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */ |
1346 | 1346 | esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ), |
1347 | 1347 | __( 'News' ), |