mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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
This commit is contained in:
parent
a34abb93b7
commit
7acc6d1682
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user