Skip to content

Commit

Permalink
629 accessibility update
Browse files Browse the repository at this point in the history
Fixes #629.
  • Loading branch information
BronsonQuick-APL authored Aug 17, 2022
1 parent 5b3e543 commit 430214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/branding/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function admin_bar_menu( WP_Admin_Bar $wp_admin_bar ) {
$logo_menu_args = [
'href' => admin_url(),
'id' => 'altis',
'title' => '<span class="altis-logo-wrapper"><img src="' . get_logo_url( 'white' ) . '" /></span>',
'title' => '<span class="altis-logo-wrapper"><img src="' . get_logo_url( 'white' ) . '" alt="Altis WordPress Admin" /></span>',
];

// Set tabindex="0" to make sub menus accessible when no URL is available.
Expand Down

0 comments on commit 430214a

Please sign in to comment.