From 1ff187090ef1f649040b41cd8c8b3752639f4663 Mon Sep 17 00:00:00 2001 From: youknowriad Date: Mon, 19 Jan 2026 16:55:17 +0000 Subject: [PATCH] Build: Unblock core -> develop sync. This is just an empty commit to unblock the sync. Props aidvu. Built from https://develop.svn.wordpress.org/trunk@61489 git-svn-id: http://core.svn.wordpress.org/trunk@60800 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/dist/index.php | 32 ++++++++++---------- wp-includes/js/dist/script-modules/index.php | 26 ++++++++-------- wp-includes/version.php | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/wp-includes/css/dist/index.php b/wp-includes/css/dist/index.php index 5dd8765436..8bb88c8cb6 100644 --- a/wp-includes/css/dist/index.php +++ b/wp-includes/css/dist/index.php @@ -23,9 +23,9 @@ return array( 'dependencies' => array('wp-components'), ), array( - 'handle' => 'wp-commands', - 'path' => 'commands/style', - 'dependencies' => array('wp-components'), + 'handle' => 'wp-patterns', + 'path' => 'patterns/style', + 'dependencies' => array('wp-block-editor', 'wp-components'), ), array( 'handle' => 'wp-reusable-blocks', @@ -33,20 +33,20 @@ return array( 'dependencies' => array('wp-block-editor', 'wp-components'), ), array( - 'handle' => 'wp-widgets', - 'path' => 'widgets/style', - 'dependencies' => array('wp-block-editor', 'wp-components'), - ), - array( - 'handle' => 'wp-patterns', - 'path' => 'patterns/style', - 'dependencies' => array('wp-block-editor', 'wp-components'), + 'handle' => 'wp-commands', + 'path' => 'commands/style', + 'dependencies' => array('wp-components'), ), array( 'handle' => 'wp-components', 'path' => 'components/style', 'dependencies' => array(), ), + array( + 'handle' => 'wp-widgets', + 'path' => 'widgets/style', + 'dependencies' => array('wp-block-editor', 'wp-components'), + ), array( 'handle' => 'wp-format-library', 'path' => 'format-library/style', @@ -67,11 +67,6 @@ return array( 'path' => 'customize-widgets/style', 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-preferences', 'wp-widgets'), ), - array( - 'handle' => 'wp-edit-widgets', - 'path' => 'edit-widgets/style', - 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'), - ), array( 'handle' => 'wp-edit-post', 'path' => 'edit-post/style', @@ -82,6 +77,11 @@ return array( 'path' => 'block-library/style', 'dependencies' => array('wp-block-editor', 'wp-components', 'wp-patterns'), ), + array( + 'handle' => 'wp-edit-widgets', + 'path' => 'edit-widgets/style', + 'dependencies' => array('wp-block-editor', 'wp-block-library', 'wp-components', 'wp-media-utils', 'wp-patterns', 'wp-preferences', 'wp-widgets'), + ), array( 'handle' => 'wp-editor', 'path' => 'editor/style', diff --git a/wp-includes/js/dist/script-modules/index.php b/wp-includes/js/dist/script-modules/index.php index 97e2668a16..eb5918b119 100644 --- a/wp-includes/js/dist/script-modules/index.php +++ b/wp-includes/js/dist/script-modules/index.php @@ -22,6 +22,16 @@ return array( 'path' => 'interactivity-router/full-page', 'asset' => 'interactivity-router/full-page.min.asset.php', ), + array( + 'id' => '@wordpress/a11y', + 'path' => 'a11y/index', + 'asset' => 'a11y/index.min.asset.php', + ), + array( + 'id' => '@wordpress/core-abilities', + 'path' => 'core-abilities/index', + 'asset' => 'core-abilities/index.min.asset.php', + ), array( 'id' => '@wordpress/abilities', 'path' => 'abilities/index', @@ -38,25 +48,15 @@ return array( 'asset' => 'latex-to-mathml/loader.min.asset.php', ), array( - 'id' => '@wordpress/a11y', - 'path' => 'a11y/index', - 'asset' => 'a11y/index.min.asset.php', - ), - array( - 'id' => '@wordpress/core-abilities', - 'path' => 'core-abilities/index', - 'asset' => 'core-abilities/index.min.asset.php', + 'id' => '@wordpress/route', + 'path' => 'route/index', + 'asset' => 'route/index.min.asset.php', ), array( 'id' => '@wordpress/edit-site-init', 'path' => 'edit-site-init/index', 'asset' => 'edit-site-init/index.min.asset.php', ), - array( - 'id' => '@wordpress/route', - 'path' => 'route/index', - 'asset' => 'route/index.min.asset.php', - ), array( 'id' => '@wordpress/lazy-editor', 'path' => 'lazy-editor/index', diff --git a/wp-includes/version.php b/wp-includes/version.php index 2335a8e269..c61a6602b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61488'; +$wp_version = '7.0-alpha-61489'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.