Skip to content

Commit 587d1c5

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 554b3cc commit 587d1c5

File tree

6 files changed

+3
-4
lines changed

6 files changed

+3
-4
lines changed

packages/playground/wordpress-builds/public/wp-nightly/wordpress-remote-asset-paths

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ wp-content/themes/twentytwentyfive/templates/page-no-title.html
462462
wp-content/themes/twentytwentyfive/templates/single.html
463463
wp-content/themes/twentytwentyfive/templates/home.html
464464
wp-content/themes/twentytwentyfive/templates/page.html
465-
wp-content/debug.log
466465
wp-content/database/.htaccess
467466
wp-includes/certificates/ca-bundle.crt
468467
wp-includes/block-i18n.json
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/color-picker-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
display: none;
1010
}
1111

12-
/* Needs higher specificiity. */
12+
/* Needs higher specificity to override `.wp-core-ui .button`. */
1313
.wp-picker-container .wp-color-result.button {
1414
min-height: 30px;
1515
margin: 0 0 6px 6px;

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/color-picker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
display: none;
99
}
1010

11-
/* Needs higher specificiity. */
11+
/* Needs higher specificity to override `.wp-core-ui .button`. */
1212
.wp-picker-container .wp-color-result.button {
1313
min-height: 30px;
1414
margin: 0 6px 6px 0;

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: 24736387,
31+
size: 24734317,
3232
url: url_nightly,
3333
};
3434

Binary file not shown.

0 commit comments

Comments
 (0)