Skip to content

Commit

Permalink
Admin bar: Add reader icon tooltip (#39803)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 authored and gogdzl committed Oct 25, 2024
1 parent 047bb61 commit 33a4d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

Admin bar: Add reader icon tooltip
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function wpcom_add_reader_menu( $wp_admin_bar ) {
$wp_admin_bar->add_menu(
array(
'id' => 'reader',
'title' => '<span class="ab-icon" aria-hidden="true"></span><span class="screen-reader-text">' .
'title' => '<span class="ab-icon" title="' . __( 'Read the blogs and topics you follow', 'jetpack-mu-wpcom' ) . '" aria-hidden="true"></span><span class="screen-reader-text">' .
/* translators: Hidden accessibility text. */
__( 'Reader', 'jetpack-mu-wpcom' ) .
'</span>',
Expand Down

0 comments on commit 33a4d42

Please sign in to comment.