From c2b62878aa01b0cd9419f9ccb591f28690dba8e7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 30 Aug 2016 11:20:43 +0000 Subject: [PATCH] Script Loader: Close the `` tag in `wp_resource_hints()`. Props Chaos Engine. Fixes #37800 for trunk. Built from https://develop.svn.wordpress.org/trunk@38443 git-svn-id: http://core.svn.wordpress.org/trunk@38384 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 3bd18bb1d5..2161efac97 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2853,7 +2853,7 @@ function wp_resource_hints() { $urls = array_unique( $urls ); foreach ( $urls as $url ) { - printf( "\n", $relation_type, $url ); + printf( "\n", $relation_type, $url ); } } } diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a46ba01e4..2556d767af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38441'; +$wp_version = '4.7-alpha-38443'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.