Skip to content

Commit

Permalink
Remove duplicate 'Hi' menu item from toolbar on mobile.
Browse files Browse the repository at this point in the history
See #3472.
  • Loading branch information
boonebgorges committed Dec 26, 2024
1 parent c38b493 commit 767d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/mu-plugins/openlab-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public function change_howdy_to_hi( $wp_admin_bar ) {
'id' => 'my-account',
'title' => sprintf( 'Hi, %s', $bp->loggedin_user->userdata->display_name ),
'meta' => array(
'class' => 'user-display-name',
'class' => 'user-display-name hidden-xs',
),
)
);
Expand Down

0 comments on commit 767d80a

Please sign in to comment.