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:
Gary Pendergast 2017-11-08 23:12:37 +00:00
parent 56659638dc
commit 1c64182c6b
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ class WP_Admin_Bar {
foreach ( $attributes as $attribute ) {
if ( ! empty( $node->meta[ $attribute ] ) ) {
echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . '"';
echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . "'";
}
}