mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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