Skip to content

Commit

Permalink
Update src/wp-includes/rest-api/endpoints/class-wp-rest-font-collecti…
Browse files Browse the repository at this point in the history
…ons-controller.php


Don't use a PHPDoc block because it doesn't contain any PHPDoc tags.

Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
  • Loading branch information
anton-vlasenko and mukeshpanchal27 authored Jan 6, 2025
1 parent 8c7b06c commit 1d1216d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function get_items( $request ) {
continue;
}

/**
/*
* Skip preparing the response body for HEAD requests.
* Cannot exit earlier due to backward compatibility reasons,
* as validation occurs in the prepare_item_for_response method.
Expand Down

0 comments on commit 1d1216d

Please sign in to comment.