Make WordPress Core

Changeset 52070


Ignore:
Timestamp:
11/09/2021 02:26:19 AM (3 years ago)
Author:
TimothyBlynJacobs
Message:

REST API: Regenerate wp-api-generated.js after [52068].

See #53063.

File:
1 edited

Legend:

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

    r52069 r52070  
    46524652                        "GET"
    46534653                    ],
    4654                     "allow_batch": {
    4655                         "v1": true
    4656                     },
    46574654                    "args": {
    46584655                        "context": {
     
    51275124                        "GET"
    51285125                    ],
     5126                    "allow_batch": {
     5127                        "v1": true
     5128                    },
    51295129                    "args": {
    51305130                        "context": {
     
    52725272                        "POST"
    52735273                    ],
     5274                    "allow_batch": {
     5275                        "v1": true
     5276                    },
    52745277                    "args": {
    52755278                        "date": {
     
    54085411                        "GET"
    54095412                    ],
     5413                    "allow_batch": {
     5414                        "v1": true
     5415                    },
    54105416                    "args": {
    54115417                        "id": {
     
    54385444                        "PATCH"
    54395445                    ],
     5446                    "allow_batch": {
     5447                        "v1": true
     5448                    },
    54405449                    "args": {
    54415450                        "id": {
     
    55605569                        "DELETE"
    55615570                    ],
     5571                    "allow_batch": {
     5572                        "v1": true
     5573                    },
    55625574                    "args": {
    55635575                        "id": {
     
    61206132                        "GET"
    61216133                    ],
     6134                    "allow_batch": {
     6135                        "v1": true
     6136                    },
    61226137                    "args": {
    61236138                        "context": {
Note: See TracChangeset for help on using the changeset viewer.