Commit ea8b3d2927 for wordpress.org
commit ea8b3d2927366f485d695e209f5b7145e5f7b781
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Wed Sep 9 14:51:50 2026 +0000
Tests: Reduce repeated core block style registration.
Register core block styles once per scenario, then check all block handles. Replace per-block data-provider cases with loops, retaining the assertions and adding block names to failure messages.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13457
Props sainathpoojary.
See #66074.
Built from https://develop.svn.wordpress.org/trunk@63563
git-svn-id: http://core.svn.wordpress.org/trunk@62739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 44c345443c..6f2c317165 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63562';
+$wp_version = '7.2-alpha-63563';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.