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:
parent
2516ae4d4a
commit
f82946ab4a
@ -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',
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user