Skip to content

Commit

Permalink
Merge branch 'trunk' into fix/tag-processor-token-length-error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed May 29, 2024
2 parents 849fcef + a928272 commit 0cac0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -10856,13 +10856,13 @@ mockedApiResponse.Schema = {
"required": false
},
"site_logo": {
"title": "",
"title": "Logo",
"description": "Site logo.",
"type": "integer",
"required": false
},
"site_icon": {
"title": "",
"title": "Icon",
"description": "Site icon.",
"type": "integer",
"required": false
Expand Down

0 comments on commit 0cac0c5

Please sign in to comment.