From 62514c6081734ba6300ec40990eed7211fd551cc Mon Sep 17 00:00:00 2001 From: dmsnell Date: Tue, 12 Mar 2024 00:26:08 +0000 Subject: [PATCH] HTML API: Add tests ensuring text nodes reconstruct active formatting elements. Adds tests that should have been merged in [57806]. Follow-up to: [57806]. Built from https://develop.svn.wordpress.org/trunk@57807 git-svn-id: http://core.svn.wordpress.org/trunk@57308 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 4f56ef13e4..aacbc9aa72 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57806'; +$wp_version = '6.6-alpha-57807'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.