Docs: Corrections and improvements to inline docs relating to the REST API.

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-11-16 11:02:32 +00:00
parent 568e208e67
commit 10deb31dd6
9 changed files with 22 additions and 22 deletions

View File

@@ -1120,7 +1120,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller {
$response->add_links( $this->prepare_links( $comment ) );
/**
* Filters a comment returned from the API.
* Filters a comment returned from the REST API.
*
* Allows modification of the comment right before it is returned.
*