Ticket #32495: 32495.2.patch
| File 32495.2.patch, 811 bytes (added by , 10 years ago) |
|---|
-
wp-includes/class-wp-admin-bar.php
503 503 endif; 504 504 ?>><?php 505 505 else: 506 ?>< divclass="ab-item ab-empty-item" <?php echo $aria_attributes;506 ?><a href="#wp-admin-bar-<?php esc_attr_e( $node->id ); ?>" class="ab-item ab-empty-item" <?php echo $aria_attributes; 507 507 if ( ! empty( $node->meta['title'] ) ) : 508 508 ?> title="<?php echo esc_attr( $node->meta['title'] ); ?>"<?php 509 509 endif; … … 511 511 endif; 512 512 513 513 echo $node->title; 514 515 if ( $has_link ) :516 514 ?></a><?php 517 else:518 ?></div><?php519 endif;520 515 521 516 if ( $is_parent ) : 522 517 ?><div class="ab-sub-wrapper"><?php