Make WordPress Core

Changeset 42131


Ignore:
Timestamp:
11/08/2017 11:12:37 PM (6 years ago)
Author:
pento
Message:

Admin Bar: Fix another HTML error introduced in [42128].

Props Otto42.
See #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-admin-bar.php

    r42129 r42131  
    507507        foreach ( $attributes as $attribute ) {
    508508            if ( ! empty( $node->meta[ $attribute ] ) ) {
    509                 echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . '"';
     509                echo " $attribute='" . esc_attr( $node->meta[ $attribute ] ) . "'";
    510510            }
    511511        }
Note: See TracChangeset for help on using the changeset viewer.