Fix a:focus styling and backwards tabbing, add tabindex arg for <a>, see #19088

git-svn-id: https://develop.svn.wordpress.org/trunk@19207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-07 20:38:38 +00:00
parent 596034c7c9
commit b1af3610ec
7 changed files with 37 additions and 14 deletions
+1
View File
@@ -179,6 +179,7 @@ function wp_admin_bar_my_account_menu( $wp_admin_bar ) {
'href' => $profile_url,
'meta' => array(
'class' => 'user-info user-info-item',
'tabindex' => -1
),
) );
$wp_admin_bar->add_menu( array(