Make WordPress Core

Changeset 38443


Ignore:
Timestamp:
08/30/2016 11:19:13 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Script Loader: Close the <link> tag in wp_resource_hints().

Props Chaos Engine.
Fixes #37800 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r38434 r38443  
    28542854
    28552855        foreach ( $urls as $url ) {
    2856             printf( "<link rel='%s' href='%s'>\n", $relation_type, $url );
     2856            printf( "<link rel='%s' href='%s' />\n", $relation_type, $url );
    28572857        }
    28582858    }
Note: See TracChangeset for help on using the changeset viewer.