Skip to content

Commit 9f46e51

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 964fba2 commit 9f46e51

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
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://schemas.wp.org/trunk/theme.json",
2+
"$schema": "https://schemas.wp.org/wp/6.7/theme.json",
33
"version": 3,
44
"settings": {
55
"appearanceTools": true,

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: 24580972,
29+
size: 24581259,
3030
url: url_nightly,
3131
};
3232

287 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)