Skip to content

Commit 3599db3

Browse files
629 accessibility update
Fixes #629.
1 parent 97a2ad1 commit 3599db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/branding/namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function admin_bar_menu( WP_Admin_Bar $wp_admin_bar ) {
233233
$logo_menu_args = [
234234
'href' => admin_url(),
235235
'id' => 'altis',
236-
'title' => '<span class="altis-logo-wrapper"><img src="' . get_logo_url( 'white' ) . '" /></span>',
236+
'title' => '<span class="altis-logo-wrapper"><img src="' . get_logo_url( 'white' ) . '" alt="Altis WordPress Admin" /></span>',
237237
];
238238

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

0 commit comments

Comments
 (0)