Skip to content

Commit 5a91d7d

Browse files
committed
removing not-my-changes
1 parent ecb5403 commit 5a91d7d

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11134,8 +11134,20 @@ mockedApiResponse.Schema = {
1113411134
"closed"
1113511135
],
1113611136
"required": false
11137-
}
11138-
}
11137+
},
11138+
"site_logo": {
11139+
"title": "Logo",
11140+
"description": "Site logo.",
11141+
"type": "integer",
11142+
"required": false
11143+
},
11144+
"site_icon": {
11145+
"title": "Icon",
11146+
"description": "Site icon.",
11147+
"type": "integer",
11148+
"required": false
11149+
}
11150+
}
1113911151
}
1114011152
],
1114111153
"_links": {
@@ -14550,5 +14562,7 @@ mockedApiResponse.settings = {
1455014562
"page_on_front": 0,
1455114563
"page_for_posts": 0,
1455214564
"default_ping_status": "open",
14553-
"default_comment_status": "open"
14565+
"default_comment_status": "open",
14566+
"site_logo": null,
14567+
"site_icon": 0
1455414568
};

0 commit comments

Comments
 (0)