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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user