diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 12ffd4a91e..a5d5ea7dba 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 dcb9059ccd..5e1251259c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.1-alpha-38472'; +$wp_version = '4.6.1-alpha-38473'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.