From 96dd426d210d04ced413ae55f37ce8321ff1e62b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Sep 2022 14:07:12 +0000 Subject: [PATCH] Tests: Remove redundant `function_exists()` check in a `term_is_ancestor_of()` test. The function is available as of WordPress 3.4. Follow-up to [19678], [493/tests]. See #55652. Built from https://develop.svn.wordpress.org/trunk@54091 git-svn-id: http://core.svn.wordpress.org/trunk@53650 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 882b2052c3..8e014dd7e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54090'; +$wp_version = '6.1-alpha-54091'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.