Docs: Typo correction in `WP_REST_Response` class docblocks.
Follow-up to [34928]. Props kebbet. Fixes #54823. Built from https://develop.svn.wordpress.org/trunk@52578 git-svn-id: http://core.svn.wordpress.org/trunk@52168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
59287c1157
commit
ab28757878
|
@ -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() ) {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-52577';
|
||||
$wp_version = '6.0-alpha-52578';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue