Commit b96959d260 for wordpress.org
commit b96959d26037e3a6f0a20fdec3fb2c0018cec1eb
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Tue Sep 15 15:41:52 2026 +0000
Tests: Use strict assertions in Interactivity API tests.
Compare updated HTML strings explicitly with assertSame() in the directives processor tests. Use a strict comparison for the sorted directive suffixes and unique IDs, preserving the distinction between strings and null.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13528
Props haritpanchal.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63622
git-svn-id: http://core.svn.wordpress.org/trunk@62798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index cc016d2d57..45aa3b456d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63621';
+$wp_version = '7.2-alpha-63622';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.