Commit 2c4c3d1204 for wordpress.org
commit 2c4c3d12049600da852abcce1a918c3cab76d77e
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Sat Sep 12 23:26:48 2026 +0000
Tests: Use strict assertions in XML-RPC tests.
Use type-strict comparisons for XML-RPC results and persisted values, matching the documented string ID contracts. Add explicit string checks where negative comparisons and numeric-format assertions do not enforce types.
Correct the profile email test to inspect user_email, so it detects an unintended email change. Retain the loose term-array comparison because the internal and XML-RPC representations use different ID types.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13503
Props haritpanchal.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63606
git-svn-id: http://core.svn.wordpress.org/trunk@62782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index d95c8a4ae8..6e5a533db5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63605';
+$wp_version = '7.2-alpha-63606';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.