Changeset 42131 for trunk/src/wp-includes/class-wp-admin-bar.php
- Timestamp:
- 11/08/2017 11:12:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-admin-bar.php
r42129 r42131 507 507 foreach ( $attributes as $attribute ) { 508 508 if ( ! empty( $node->meta[ $attribute ] ) ) { 509 echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . '"';509 echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . "'"; 510 510 } 511 511 }
Note: See TracChangeset
for help on using the changeset viewer.