Make WordPress Core

Changeset 40630


Ignore:
Timestamp:
05/11/2017 06:40:17 PM (8 years ago)
Author:
jnylen0
Message:

REST API: Update wp-api.js fixtures after string changes.

See #39178.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/fixtures/wp-api-generated.js

    r40629 r40630  
    915915                            "required": false,
    916916                            "default": [],
    917                             "description": "Limit result set to those of particular parent IDs.",
     917                            "description": "Limit result set to items with particular parent IDs.",
    918918                            "type": "array",
    919919                            "items": {
     
    14521452                            "required": false,
    14531453                            "default": [],
    1454                             "description": "Limit result set to those of particular parent IDs.",
     1454                            "description": "Limit result set to items with particular parent IDs.",
    14551455                            "type": "array",
    14561456                            "items": {
     
    31663166                        "password": {
    31673167                            "required": false,
    3168                             "description": "The password for the post if it is password protected.",
     3168                            "description": "The password for the parent post of the comment (if the post is password protected).",
    31693169                            "type": "string"
    31703170                        }
     
    32683268                        "password": {
    32693269                            "required": false,
    3270                             "description": "The password for the post if it is password protected.",
     3270                            "description": "The password for the parent post of the comment (if the post is password protected).",
    32713271                            "type": "string"
    32723272                        }
Note: See TracChangeset for help on using the changeset viewer.