diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 3bd18bb1d5..2161efac97 100644 --- a/src/wp-includes/general-template.php +++ b/src/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 ); } } }