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.