Docs: Convert @see reference in WP_REST_Request DocBlock to @link, to avoid a broken link in Developer Reference.

See #47110.
Built from https://develop.svn.wordpress.org/trunk@45304


git-svn-id: http://core.svn.wordpress.org/trunk@45113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-05-14 14:56:08 +00:00
parent b36a31ae14
commit 6860a1d759
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
*
* @since 4.4.0
*
* @see ArrayAccess
* @link https://secure.php.net/manual/en/class.arrayaccess.php
*/
class WP_REST_Request implements ArrayAccess {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45302';
$wp_version = '5.3-alpha-45304';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.