Skip to content

Commit 24f7bac

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 0213dd9 commit 24f7bac

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/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible de
1717

1818
== Copyright ==
1919

20-
Twenty Twenty-Five WordPress Theme, (C) 2024 WordPress.org and contributors.
20+
Twenty Twenty-Five WordPress Theme, (C) 2024-2025 WordPress.org and contributors.
2121
Twenty Twenty-Five is distributed under the terms of the GNU GPL.
2222

2323
This program is free software: you can redistribute it and/or modify

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

Binary file not shown.

0 commit comments

Comments
 (0)