Docs: Add missing `@see` tag to `WP_REST_Post_Search_Handler` DocBlock.

Props vishitshah.
Fixes #47230.

git-svn-id: https://develop.svn.wordpress.org/trunk@45305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-14 14:58:09 +00:00
parent e953dca4e7
commit 6146ba90ce
1 changed files with 2 additions and 0 deletions

View File

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