REST API: Merge similar strings in a comments endpoint parameter description.
Props ramiy. Fixes #39036. Built from https://develop.svn.wordpress.org/trunk@39457 git-svn-id: http://core.svn.wordpress.org/trunk@39397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
605e2f404a
commit
e8042cfef7
|
@ -1344,7 +1344,7 @@ class WP_REST_Comments_Controller extends WP_REST_Controller {
|
||||||
);
|
);
|
||||||
|
|
||||||
$query_params['offset'] = array(
|
$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',
|
'type' => 'integer',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-39456';
|
$wp_version = '4.8-alpha-39457';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue