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:
parent
b36a31ae14
commit
6860a1d759
|
@ -24,7 +24,7 @@
|
||||||
*
|
*
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
* @see ArrayAccess
|
* @link https://secure.php.net/manual/en/class.arrayaccess.php
|
||||||
*/
|
*/
|
||||||
class WP_REST_Request implements ArrayAccess {
|
class WP_REST_Request implements ArrayAccess {
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue