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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-11-07 20:38:38 +00:00
parent 307f243ee4
commit b8f091fcbc
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(