From e8042cfef7da68446d138591443530eaa8b80890 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sat, 3 Dec 2016 04:21:39 +0000 Subject: [PATCH] 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 --- .../rest-api/endpoints/class-wp-rest-comments-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php index 9fe4f90e52..6e1e05d076 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php @@ -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', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 38238a7af9..a7201effcf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.