Skip to content

Commit

Permalink
Link and Text Update as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeer-ben committed Dec 6, 2024
1 parent 08d7ee9 commit 283fec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-admin/includes/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,8 @@ function wp_dashboard_events_news() {
<?php
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>',
'https://learn.wordpress.org/',
__( 'Learn' ),
'https://learn.wordpress.org/online-workshops',
__( 'Online Workshops' ),
/* translators: Hidden accessibility text. */
__( '(opens in a new tab)' )
);
Expand Down

0 comments on commit 283fec3

Please sign in to comment.