From e2024bd466e5451e35aac6e40aabdbe13abfc776 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 4 Aug 2022 17:20:08 +0000 Subject: [PATCH] Tests: Correct data providers for `get_term_link()` and `get_edit_term_link()` tests. * The tests use named data providers which include a flag for passing either a term ID or term object to the test, but the values for the flag were the opposite of what the array key says. * Some array keys were duplicated, which means the earlier test case with the same name did not actually run. Follow-up to [52180], [52255], [52258], [52305]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53833 git-svn-id: http://core.svn.wordpress.org/trunk@53392 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 9662432f5b..4e0ec249d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53832'; +$wp_version = '6.1-alpha-53833'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.