Commit 1f55152e0e for wordpress.org

commit 1f55152e0efd33fc12e4f048bf6af19ea1009122
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Fri Sep 11 21:00:54 2026 +0000

    Tests: Use `assertSame()` in `WP_Customize_Nav_Menu_Item_Setting` tests.

    This ensures that not only the return values match the expected results, but also that their type is the same.

    Where a loose comparison is intentional, inline comments now explain why: post meta returns IDs as strings, and some objects are compared by value.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13451

    Props r1k0, mukesh27.
    See #64895.

    Built from https://develop.svn.wordpress.org/trunk@63604


    git-svn-id: http://core.svn.wordpress.org/trunk@62780 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9595e9f257..cdb1fc4013 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63603';
+$wp_version = '7.2-alpha-63604';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.