Admin Bar: Fix another HTML error introduced in [42128].
Props Otto42. See #41057. git-svn-id: https://develop.svn.wordpress.org/trunk@42131 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
56659638dc
commit
1c64182c6b
|
@ -506,7 +506,7 @@ class WP_Admin_Bar {
|
||||||
|
|
||||||
foreach ( $attributes as $attribute ) {
|
foreach ( $attributes as $attribute ) {
|
||||||
if ( ! empty( $node->meta[ $attribute ] ) ) {
|
if ( ! empty( $node->meta[ $attribute ] ) ) {
|
||||||
echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . '"';
|
echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . "'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue