Changeset 44639 for trunk/src/wp-includes/class-wp-admin-bar.php
- Timestamp:
- 01/17/2019 11:54:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-admin-bar.php
r42343 r44639 439 439 <a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1"><?php _e( 'Skip to toolbar' ); ?></a> 440 440 <?php } ?> 441 <div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="<?php esc_attr_e( 'Toolbar' ); ?>" tabindex="0">441 <div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="<?php esc_attr_e( 'Toolbar' ); ?>"> 442 442 <?php 443 443 foreach ( $root->children as $group ) {
Note: See TracChangeset
for help on using the changeset viewer.