Skip to content

Commit fb362c6

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 70d3a47 commit fb362c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@
694694
{
695695
"area": "header",
696696
"name": "vertical-header",
697-
"title": "Vertical Header"
697+
"title": "Vertical site header"
698698
},
699699
{
700700
"area": "header",

packages/playground/wordpress-builds/src/wordpress/get-wordpress-module-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.7"): { size: nu
2626
case 'nightly':
2727
/** @ts-ignore */
2828
return {
29-
size: 24716314,
29+
size: 24716765,
3030
url: url_nightly,
3131
};
3232

451 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)