Docs: Add missing @see tag to WP_REST_Post_Search_Handler DocBlock.

Props vishitshah.
Fixes #47230.
Built from https://develop.svn.wordpress.org/trunk@45305


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

View File

@ -11,6 +11,8 @@
* Core class representing a search handler for posts in the REST API. * Core class representing a search handler for posts in the REST API.
* *
* @since 5.0.0 * @since 5.0.0
*
* @see WP_REST_Search_Handler
*/ */
class WP_REST_Post_Search_Handler extends WP_REST_Search_Handler { class WP_REST_Post_Search_Handler extends WP_REST_Search_Handler {

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-45304'; $wp_version = '5.3-alpha-45305';
/** /**
* 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.