Commit cb55a10422 for wordpress.org
commit cb55a1042227b9f932ad018cee4658bc0dde672c
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Sat Sep 26 15:37:50 2026 +0000
Tests: Use strict assertions in term tests.
Use strict comparisons for term IDs, taxonomy counts, and metadata, matching expected values to the types returned by the APIs. Correct the expected and actual argument order in category_exists() tests.
Preserve object-value comparisons and document why they remain intentional.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13769
Props r1k0, mukesh27.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63944
git-svn-id: http://core.svn.wordpress.org/trunk@63110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3180fa4fbe..1a731dfdb3 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63943';
+$wp_version = '7.2-alpha-63944';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.