From 946bcc9c95efdd70d0ce88c21d81865ecd419105 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 11 May 2017 18:40:17 +0000 Subject: [PATCH] REST API: Update `wp-api.js` fixtures after string changes. See #39178. git-svn-id: https://develop.svn.wordpress.org/trunk@40630 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/qunit/fixtures/wp-api-generated.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js index 67374cde1a..69e2375563 100644 --- a/tests/qunit/fixtures/wp-api-generated.js +++ b/tests/qunit/fixtures/wp-api-generated.js @@ -914,7 +914,7 @@ mockedApiResponse.Schema = { "parent": { "required": false, "default": [], - "description": "Limit result set to those of particular parent IDs.", + "description": "Limit result set to items with particular parent IDs.", "type": "array", "items": { "type": "integer" @@ -1451,7 +1451,7 @@ mockedApiResponse.Schema = { "parent": { "required": false, "default": [], - "description": "Limit result set to those of particular parent IDs.", + "description": "Limit result set to items with particular parent IDs.", "type": "array", "items": { "type": "integer" @@ -3165,7 +3165,7 @@ mockedApiResponse.Schema = { }, "password": { "required": false, - "description": "The password for the post if it is password protected.", + "description": "The password for the parent post of the comment (if the post is password protected).", "type": "string" } } @@ -3267,7 +3267,7 @@ mockedApiResponse.Schema = { }, "password": { "required": false, - "description": "The password for the post if it is password protected.", + "description": "The password for the parent post of the comment (if the post is password protected).", "type": "string" } }