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.
*
* @since 5.0.0
*
* @see WP_REST_Search_Handler
*/
class WP_REST_Post_Search_Handler extends WP_REST_Search_Handler {