From 7acc6d16824add92fedb47b3148a4608750b2607 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Thu, 5 May 2022 15:29:16 +0000 Subject: [PATCH] Editor: Add unit test for Comment Template block. Backport of 2 tests from Gutenberg for the Comment Template block: * test line and paragraph breaks are converted into HTML tags. * test rendering of unapproved comment preview. Follow-up to [53298], [53172], [53138]. Props bernhard-reiter, darerodz, gziolo, peterwilsoncc, hellofromTonya. Fixes #55643. See #55634. Built from https://develop.svn.wordpress.org/trunk@53353 git-svn-id: http://core.svn.wordpress.org/trunk@52942 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 da1579d815..0bf11a42ed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53352'; +$wp_version = '6.1-alpha-53353'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.