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

See #36913.

Built from https://develop.svn.wordpress.org/trunk@37490


git-svn-id: http://core.svn.wordpress.org/trunk@37458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-22 18:08:29 +00:00
parent 6b8248f3f7
commit f03eef071e
4 changed files with 16 additions and 16 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
*