mirror of
git://develop.git.wordpress.org/
synced 2025-02-13 03:04:42 +01:00
Docs: Add @since
notes for the $id
parameter of REST API search controller accepting a string.
Follow-up to [49088]. See #51131. git-svn-id: https://develop.svn.wordpress.org/trunk@49089 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a3eb0d803e
commit
64e937d66c
@ -185,6 +185,7 @@ class WP_REST_Search_Controller extends WP_REST_Controller {
|
||||
* Prepares a single search result for response.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.6.0 The `$id` parameter can accept a string.
|
||||
*
|
||||
* @param int|string $id ID of the item to prepare.
|
||||
* @param WP_REST_Request $request Request object.
|
||||
|
@ -78,6 +78,7 @@ abstract class WP_REST_Search_Handler {
|
||||
* Prepares the search result for a given ID.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.6.0 The `$id` parameter can accept a string.
|
||||
*
|
||||
* @param int|string $id Item ID.
|
||||
* @param array $fields Fields to include for the item.
|
||||
@ -89,6 +90,7 @@ abstract class WP_REST_Search_Handler {
|
||||
* Prepares links for the search result of a given ID.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 5.6.0 The `$id` parameter can accept a string.
|
||||
*
|
||||
* @param int|string $id Item ID.
|
||||
* @return array Links for the given item.
|
||||
|
Loading…
x
Reference in New Issue
Block a user