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:
audrasjb 2022-01-14 21:15:04 +00:00
parent 59287c1157
commit ab28757878
2 changed files with 2 additions and 2 deletions

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() ) {

View File

@ -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.