From 9aaf4b144a0acf018b3e6770173188787808a43b Mon Sep 17 00:00:00 2001 From: dmsnell Date: Tue, 13 Aug 2024 21:44:18 +0000 Subject: [PATCH] HTML API: Remove unnecessary skips in tests for unsupported markup. The HTML API allowed tests to be skipped for unsupported HTML, for example tags that had not yet been implemented. This provided stability to the test suite while primary support was being added. In many places, the tags are now fully supported and the test skips can be removed. Developed in https://github.com/wordpress/wordpress-develop/pull/7186 Discussed in https://core.trac.wordpress.org/ticket/61646 Props jonsurrell. See #61646. Built from https://develop.svn.wordpress.org/trunk@58892 git-svn-id: http://core.svn.wordpress.org/trunk@58288 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 14c01f88aa..db48760018 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58890'; +$wp_version = '6.7-alpha-58892'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.