From c274ea83f38b2cf12db4a4eb3e43cb505ccfa496 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 6 Mar 2022 23:04:01 +0000 Subject: [PATCH] Tests: Restore the original user role in the `(add|remove)_user_role` hooks test. This makes sure the test does not unintentionally affect other tests. Follow-up to [52823]. Fixes #54164. Built from https://develop.svn.wordpress.org/trunk@52824 git-svn-id: http://core.svn.wordpress.org/trunk@52413 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 352e25e4e8..d1884f392e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52823'; +$wp_version = '6.0-alpha-52824'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.