From 02e95bdc609e2576f31a5b0fa30b5e4e45534a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=83=C2=B3=C3=85=E2=80=9Akowski?= 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: https://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.