Make WordPress Core

Changeset 40121


Ignore:
Timestamp:
02/25/2017 04:45:52 AM (8 years ago)
Author:
jnylen0
Message:

REST API: Update the client test fixtures after changes to post formats.

This commit updates the wp-api-generated.js fixture file after recent changes to the way post formats work in the API.

See #39232.

File:
1 edited

Legend:

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

    r40080 r40121  
    389389                            "required": false,
    390390                            "enum": [
    391                                 "standard"
     391                                "standard",
     392                                "aside",
     393                                "chat",
     394                                "gallery",
     395                                "link",
     396                                "image",
     397                                "quote",
     398                                "status",
     399                                "video",
     400                                "audio"
    392401                            ],
    393402                            "description": "The format for the object.",
     
    563572                            "required": false,
    564573                            "enum": [
    565                                 "standard"
     574                                "standard",
     575                                "aside",
     576                                "chat",
     577                                "gallery",
     578                                "link",
     579                                "image",
     580                                "quote",
     581                                "status",
     582                                "video",
     583                                "audio"
    566584                            ],
    567585                            "description": "The format for the object.",
Note: See TracChangeset for help on using the changeset viewer.