REST API: Corrections and improvements to docblocks for REST API filters.

See #51800


git-svn-id: https://develop.svn.wordpress.org/trunk@49955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2021-01-10 22:21:39 +00:00
parent fcaf51bd20
commit 6aca60d33a
12 changed files with 49 additions and 41 deletions
@@ -586,7 +586,7 @@ class WP_REST_Plugins_Controller extends WP_REST_Controller {
$response->add_links( $this->prepare_links( $item ) );
/**
* Filters the plugin data for a response.
* Filters plugin data for a REST API response.
*
* @since 5.5.0
*