Docs: Typo correction in WP_REST_Response class docblocks.

Follow-up to [34928].

Props kebbet.
Fixes #54823.


git-svn-id: https://develop.svn.wordpress.org/trunk@52578 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-01-14 21:13:09 +00:00
parent e70b0f7c3d
commit bdfa786d88

View File

@ -144,7 +144,7 @@ class WP_REST_Response extends WP_HTTP_Response {
*
* @param string $rel Link relation. Either an IANA registered type, or an absolute URL.
* @param string $link Target IRI for the link.
* @param array $other Optional. Other parameters to send, as an assocative array.
* @param array $other Optional. Other parameters to send, as an associative array.
* Default empty array.
*/
public function link_header( $rel, $link, $other = array() ) {