Ticket #26562: 26562.refresh.patch
| File 26562.refresh.patch, 575 bytes (added by , 5 years ago) |
|---|
-
src/wp-includes/class-wp-admin-bar.php
551 551 552 552 if ( 'onclick' === $attribute ) { 553 553 echo " $attribute='" . esc_js( $node->meta[ $attribute ] ) . "'"; 554 } elseif ( 'title' === $attribute ) { 555 echo " aria-label='" . esc_attr( $node->meta[ $attribute ] ) . "'"; 554 556 } else { 555 557 echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . "'"; 556 558 }