Make WordPress Core

Changeset 42540


Ignore:
Timestamp:
01/22/2018 06:33:02 AM (7 years ago)
Author:
peterwilsoncc
Message:

REST API: Update the fixture data for wp-api.js tests following [42359].

Props danielbachhuber.
See #41014.

File:
1 edited

Legend:

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

    r42142 r42540  
    33673367                            ],
    33683368                            "description": "Allow people to post comments on new articles.",
     3369                            "type": "string"
     3370                        },
     3371                        "permalink_structure": {
     3372                            "required": false,
     3373                            "description": "Custom URL structure for permalinks and archives.",
    33693374                            "type": "string"
    33703375                        }
     
    45294534    "posts_per_page": 10,
    45304535    "default_ping_status": "open",
    4531     "default_comment_status": "open"
     4536    "default_comment_status": "open",
     4537    "permalink_structure": null
    45324538};
Note: See TracChangeset for help on using the changeset viewer.