REST API: After [39252] and [39264], uppercase some more 'ID' references in translatable strings.

See #38791.

git-svn-id: https://develop.svn.wordpress.org/trunk@39266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2016-11-16 13:27:10 +00:00
parent 701b2d23f2
commit b91eca1291
4 changed files with 13 additions and 13 deletions

View File

@@ -1992,7 +1992,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
);
$params['exclude'] = array(
'description' => __( 'Ensure result set excludes specific ids.' ),
'description' => __( 'Ensure result set excludes specific IDs.' ),
'type' => 'array',
'items' => array(
'type' => 'integer',
@@ -2001,7 +2001,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
);
$params['include'] = array(
'description' => __( 'Limit result set to specific ids.' ),
'description' => __( 'Limit result set to specific IDs.' ),
'type' => 'array',
'items' => array(
'type' => 'integer',