Commit d3d547d68e for wordpress.org
commit d3d547d68e7539d5affa75a16af8a38b9b57efe9
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 15:54:49 2026 +0000
Tests: Expand coverage for the sitemap renderer.
Test sitemap and index output, empty inputs, supported sitemap fields, XML escaping, and custom stylesheet URLs. Run rendering tests in separate processes to preserve PHPUnit error handling when sending headers.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13537
Props huzaifaalmesbah.
See #65819.
Built from https://develop.svn.wordpress.org/trunk@63770
git-svn-id: http://core.svn.wordpress.org/trunk@62942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index e54553a1b4..31dc2c4d07 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63769';
+$wp_version = '7.2-alpha-63770';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.