REST API: Merge similar strings in a comments endpoint parameter description.
Merge of [39457] to the 4.7 branch. Props ramiy. Fixes #39036. Built from https://develop.svn.wordpress.org/branches/4.7@39458 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
83c0a40c05
commit
7847fee343
|
@ -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',
|
||||
);
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-RC1-39454';
|
||||
$wp_version = '4.7-RC1-39458';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue