Skip to content

Commit 18a7a55

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 71720af commit 18a7a55

File tree

7 files changed

+5
-3
lines changed

7 files changed

+5
-3
lines changed
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@
443443

444444
#dashboard_right_now .search-engines-info:before {
445445
content: "\f348";
446+
color: #d63638;
446447
}
447448

448449
/* Dashboard WordPress events */

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/dashboard-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@
442442

443443
#dashboard_right_now .search-engines-info:before {
444444
content: "\f348";
445+
color: #d63638;
445446
}
446447

447448
/* Dashboard WordPress events */

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/dashboard.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Binary file not shown.

0 commit comments

Comments
 (0)