From 7c2fcae01109cecec62dcee503c86270dfe87146 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 25 Feb 2022 14:09:59 +0000 Subject: [PATCH] Tests: Rename the `$success` variable to `$result` in the `wp_mail()` test for an empty home URL. The previously name could be a bit confusing if the function is expected to fail. Follow-up to [52799]. See #54730. Built from https://develop.svn.wordpress.org/trunk@52800 git-svn-id: http://core.svn.wordpress.org/trunk@52389 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 30a6e6632b..dc022b5eb3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52799'; +$wp_version = '6.0-alpha-52800'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.