REST API: Merge similar strings in a comments endpoint parameter description.

Props ramiy.
Fixes #39036.



git-svn-id: https://develop.svn.wordpress.org/trunk@39457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2016-12-03 04:20:56 +00:00
parent 2516ae4d4a
commit f82946ab4a
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller {
);
$query_params['offset'] = array(
'description' => __( 'Offset the result set by a specific number of comments.' ),
'description' => __( 'Offset the result set by a specific number of items.' ),
'type' => 'integer',
);