Admin Bar: Fix a HTML error introduced in [42128].
Props swissspidy. See #41057. git-svn-id: https://develop.svn.wordpress.org/trunk@42129 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e9282049e8
commit
e7d649e621
|
@ -495,7 +495,7 @@ class WP_Admin_Bar {
|
|||
|
||||
if ( $has_link ) {
|
||||
$attributes = array( 'onclick', 'target', 'title', 'rel', 'lang', 'dir' );
|
||||
echo "<a class='ab-item'$aria_attributes href='" . esc_url( $node->href ) . "'>";
|
||||
echo "<a class='ab-item'$aria_attributes href='" . esc_url( $node->href ) . "'";
|
||||
if ( ! empty( $node->meta['onclick'] ) ) {
|
||||
echo ' onclick="' . esc_js( $node->meta['onclick'] ) . '"';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue