From e1414c93ca8d43f7afc0c638a6d0d3b23e96313a Mon Sep 17 00:00:00 2001 From: gziolo Date: Tue, 12 Apr 2022 09:40:11 +0000 Subject: [PATCH] Tests: Improve test cleanup for block supports Let's unregister the block in the tear_down method. The block will be unregistered even if the test fails. Props ramonopoly, antonvlasenko. See #55505. Follow-up [53085], [53076]. Built from https://develop.svn.wordpress.org/trunk@53153 git-svn-id: http://core.svn.wordpress.org/trunk@52742 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 0f9443b49d..ba519b8824 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53152'; +$wp_version = '6.0-alpha-53153'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.