Docs: Standardize hook docs in wp-includes/rest-api/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.


git-svn-id: https://develop.svn.wordpress.org/trunk@37490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-05-22 18:07:31 +00:00
parent 8fe11fa642
commit 0aa4ec76ab
3 changed files with 15 additions and 15 deletions

View File

@@ -373,7 +373,7 @@ class WP_REST_Request implements ArrayAccess {
$order[] = 'defaults';
/**
* Filter the parameter order.
* Filters the parameter order.
*
* The order affects which parameters are checked when using get_param() and family.
* This acts similarly to PHP's `request_order` setting.
@@ -970,7 +970,7 @@ class WP_REST_Request implements ArrayAccess {
}
/**
* Filter the request generated from a URL.
* Filters the request generated from a URL.
*
* @since 4.5.0
*