Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

git-svn-id: https://develop.svn.wordpress.org/trunk@48782 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-08-11 00:32:22 +00:00
parent 635ae16e85
commit a84a5029be
66 changed files with 92 additions and 90 deletions
@@ -449,7 +449,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller {
}
/**
* Filter whether comments can be created without authentication.
* Filters whether comments can be created without authentication.
*
* Enables creating comments for anonymous users.
*
@@ -1676,7 +1676,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller {
);
/**
* Filter collection parameters for the comments controller.
* Filters collection parameters for the comments controller.
*
* This filter registers the collection parameter, but does not map the
* collection parameter to an internal WP_Comment_Query parameter. Use the