Make WordPress Core


Ignore:
Timestamp:
11/05/2011 01:13:18 AM (13 years ago)
Author:
azaozz
Message:

Support for "tabbing" through the admin bar and admin menu, fixes #19088

File:
1 edited

Legend:

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

    r19158 r19162  
    147147
    148148        <li id="<?php echo esc_attr( "wp-admin-bar-{$node->id}" ); ?>" class="<?php echo esc_attr( $menuclass ); ?>">
    149             <a href="<?php echo esc_url( $node->href ) ?>"<?php
     149            <a tabindex="1" href="<?php echo esc_url( $node->href ) ?>"<?php
    150150                if ( ! empty( $node->meta['onclick'] ) ) :
    151151                    ?> onclick="<?php echo esc_js( $node->meta['onclick'] ); ?>"<?php
Note: See TracChangeset for help on using the changeset viewer.