Make WordPress Core


Ignore:
Timestamp:
11/07/2011 08:38:38 PM (13 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r19201 r19207  
    180180            'meta'   => array(
    181181                'class' => 'user-info user-info-item',
     182                'tabindex' => -1
    182183            ),
    183184        ) );
Note: See TracChangeset for help on using the changeset viewer.