Skip to content

Commit ad8b23d

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent aac95c3 commit ad8b23d

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/debug.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[29-Jul-2025 08:05:35 UTC] WordPress database error <div style="clear:both">&nbsp;</div>
1+
[30-Jul-2025 08:05:19 UTC] WordPress database error <div style="clear:both">&nbsp;</div>
22
<div class="queries" style="clear:both;margin-bottom:2px;border:red dotted thin;">
33
<p>MySQL query:</p>
44
<p>SELECT option_value FROM wp_options WHERE option_name = 'active_plugins' LIMIT 1</p>

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
@@ -28,7 +28,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.8"): { size: nu
2828
case 'nightly':
2929
/** @ts-ignore */
3030
return {
31-
size: 24735859,
31+
size: 24735862,
3232
url: url_nightly,
3333
};
3434

Binary file not shown.

0 commit comments

Comments
 (0)