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 matticbot committed Oct 17, 2024
1 parent 8580859 commit e63c63d
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 86 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is an alpha version! The changes listed here are not final.
- Adds the placeholder task list for the Migration flow
- Add the Plugin Review task for the Post-migration launchpad experience
- Add the Review site task
- Admin bar: Add reader icon tooltip
- Global Styles: add a Help Link to premium styles limitation message

### Changed
Expand Down
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
Loading

0 comments on commit e63c63d

Please sign in to comment.