mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
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:
@@ -2411,7 +2411,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
|
||||
$schema_fields = array_keys( $schema['properties'] );
|
||||
|
||||
/**
|
||||
* Filter the post's schema.
|
||||
* Filters the post's schema.
|
||||
*
|
||||
* The dynamic portion of the filter, `$this->post_type`, refers to the
|
||||
* post type slug for the controller.
|
||||
@@ -2752,7 +2752,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter collection parameters for the posts controller.
|
||||
* Filters collection parameters for the posts controller.
|
||||
*
|
||||
* The dynamic part of the filter `$this->post_type` refers to the post
|
||||
* type slug for the controller.
|
||||
|
||||
Reference in New Issue
Block a user