Commit 443acfac4f for wordpress.org

commit 443acfac4f02ebf76225e29c2ad7f594bd3bd1cb
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 9 14:29:48 2026 +0000

    Tests: Remove unused sitemap taxonomy test variables.

    Remove unused post variables and closure captures from the sitemap taxonomy tests. Use the post factory create() method to assign and count the test terms, and correct the fixture comment.

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

    Props soean.
    See #65819.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index c6bea3338f..d8051ceb2b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63560';
+$wp_version = '7.2-alpha-63561';

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