Commit 62d579694e for wordpress.org
commit 62d579694e0e31f7a1bf41c38b239b6352d79cab
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Sun Sep 27 17:46:45 2026 +0000
Tests: Assert REST widgets context parameters.
Verify successful OPTIONS responses and the default and supported contexts for the widgets collection and individual widget routes.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13784
Props shailu25, mukesh27.
See #40538.
Built from https://develop.svn.wordpress.org/trunk@63954
git-svn-id: http://core.svn.wordpress.org/trunk@63120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7a028b0270..2e5e352826 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63953';
+$wp_version = '7.2-alpha-63954';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.