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

@@ -1249,7 +1249,7 @@ class WP_REST_Users_Controller extends WP_REST_Controller {
$query_params['context']['default'] = 'view';
$query_params['exclude'] = array(
'description' => __( 'Ensure result set excludes specific ids.' ),
'description' => __( 'Ensure result set excludes specific IDs.' ),
'type' => 'array',
'items' => array(
'type' => 'integer',
@@ -1258,7 +1258,7 @@ class WP_REST_Users_Controller extends WP_REST_Controller {
);
$query_params['include'] = array(
'description' => __( 'Limit result set to specific ids.' ),
'description' => __( 'Limit result set to specific IDs.' ),
'type' => 'array',
'items' => array(
'type' => 'integer',