Docs: Add a `@see` reference to `WP_REST_Revisions_Controller` in `WP_REST_Autosaves_Controller` DocBlock.
Props chintan1896. Fixes #47232. Built from https://develop.svn.wordpress.org/trunk@45307 git-svn-id: http://core.svn.wordpress.org/trunk@45116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
afb68ae41d
commit
1a24aaa380
|
@ -12,6 +12,7 @@
|
||||||
*
|
*
|
||||||
* @since 5.0.0
|
* @since 5.0.0
|
||||||
*
|
*
|
||||||
|
* @see WP_REST_Revisions_Controller
|
||||||
* @see WP_REST_Controller
|
* @see WP_REST_Controller
|
||||||
*/
|
*/
|
||||||
class WP_REST_Autosaves_Controller extends WP_REST_Revisions_Controller {
|
class WP_REST_Autosaves_Controller extends WP_REST_Revisions_Controller {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-alpha-45306';
|
$wp_version = '5.3-alpha-45307';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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