Skip to content

Commit

Permalink
Admin bar: Add help icon tooltip (#39845)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 authored and matticbot committed Oct 21, 2024
1 parent 04afea8 commit 80ff2ab
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 help icon tooltip
- Admin bar: Add reader icon tooltip
- Global Styles: add a Help Link to premium styles limitation message

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function ( $wp_admin_bar ) {
$wp_admin_bar->add_menu(
array(
'id' => 'help-center',
'title' => self::download_asset( 'widgets.wp.com/help-center/help-icon.svg', false ),
'title' => '<span title="' . __( 'Help', 'jetpack-mu-wpcom' ) . '">' . self::download_asset( 'widgets.wp.com/help-center/help-icon.svg', false ) . '</span>',
'parent' => 'top-secondary',
'href' => $this->get_help_center_url(),
'meta' => array(
Expand Down
Loading

0 comments on commit 80ff2ab

Please sign in to comment.