Skip to content

Commit 349a179

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 13e81bb commit 349a179

40 files changed

+62
-35
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,11 @@ wp-includes/css/wp-embed-template.css
736736
wp-includes/css/jquery-ui-dialog.min.css
737737
wp-includes/css/classic-themes.min.css
738738
wp-includes/css/media-views.min.css
739+
wp-includes/css/wp-empty-template-alert.min.css
739740
wp-includes/css/buttons.min.css
740741
wp-includes/css/customize-preview.min.css
741742
wp-includes/css/jquery-ui-dialog.css
743+
wp-includes/css/wp-empty-template-alert.css
742744
wp-includes/css/admin-bar.min.css
743745
wp-includes/css/dashicons.css
744746
wp-includes/css/wp-auth-check-rtl.css
959 Bytes
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/js/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ jQuery( function($) {
660660
function() {
661661
var t = $(this), c = t.is(':checked'), id = t.val();
662662
if ( id && t.parents('#taxonomy-'+taxonomy).length ) {
663-
$('input[id^="in-' + taxonomy + '-' + id + '"]').prop('checked', c);
663+
$('input#in-' + taxonomy + '-' + id + ', input[id^="in-' + taxonomy + '-' + id + '-"]').prop('checked', c);
664664
$('input#in-popular-' + taxonomy + '-' + id).prop('checked', c);
665665
}
666666
}

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/js/post.min.js

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-content/themes/twentytwentyfive/styles/01-evening.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
"title": "Evening",
55
"settings": {

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/styles/02-noon.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
"title": "Noon",
55
"settings": {

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/styles/03-dusk.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
"title": "Dusk",
55
"settings": {

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/styles/04-afternoon.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
"title": "Afternoon",
55
"settings": {

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/styles/05-twilight.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
"title": "Twilight",
55
"settings": {

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/styles/06-morning.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
"title": "Morning",
55
"settings": {

0 commit comments

Comments
 (0)