From fb93f0ecc1cd8b318a4ed6c46da62eb8d2afa332 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 22 Jun 2022 16:52:11 +0000 Subject: [PATCH] Tests: Improve the test for sticky posts not being moved to the front in sitemaps. * Give the test method a most descriptive name. * Use a single assertion for the URL list instead of a `foreach` loop to provide more context in case of failure. * Add a failure message to each assertion, as there are multiple assertions used in the test. Follow-up to [53548]. See #55633. Built from https://develop.svn.wordpress.org/trunk@53556 git-svn-id: http://core.svn.wordpress.org/trunk@53145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 370d7f075b..84d66b3230 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53555'; +$wp_version = '6.1-alpha-53556'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.