From cf490c773c5c99c97c4013e21a447d3dd355f67a Mon Sep 17 00:00:00 2001 From: gziolo Date: Wed, 13 Apr 2022 07:49:10 +0000 Subject: [PATCH] Tests: Add unit tests for rendering in Comment Template block Follow-up [53138]. Props darerodz. See #55505. Built from https://develop.svn.wordpress.org/trunk@53172 git-svn-id: http://core.svn.wordpress.org/trunk@52761 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 b8f91469f3..66d157dbf1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta1-53171'; +$wp_version = '6.0-beta1-53172'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.