mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e70b0f7c3d
commit
bdfa786d88
@ -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() ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user