Make WordPress Core

Ticket #41014: 41014.fixtures.diff

File 41014.fixtures.diff, 1.0 KB (added by danielbachhuber, 7 years ago)
  • tests/qunit/fixtures/wp-api-generated.js

    diff --git a/tests/qunit/fixtures/wp-api-generated.js b/tests/qunit/fixtures/wp-api-generated.js
    index d0882f3249..583843fbc1 100644
    a b mockedApiResponse.Schema = { 
    33673367                            ],
    33683368                            "description": "Allow people to post comments on new articles.",
    33693369                            "type": "string"
     3370                        },
     3371                        "permalink_structure": {
     3372                            "required": false,
     3373                            "description": "Custom URL structure for permalinks and archives.",
     3374                            "type": "string"
    33703375                        }
    33713376                    }
    33723377                }
    mockedApiResponse.settings = { 
    45284533    "default_post_format": "0",
    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};