mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e953dca4e7
commit
6146ba90ce
@ -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 {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user