We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2ad1 commit 3599db3Copy full SHA for 3599db3
inc/branding/namespace.php
@@ -233,7 +233,7 @@ function admin_bar_menu( WP_Admin_Bar $wp_admin_bar ) {
233
$logo_menu_args = [
234
'href' => admin_url(),
235
'id' => 'altis',
236
- '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>',
237
];
238
239
// Set tabindex="0" to make sub menus accessible when no URL is available.
0 commit comments