From 4f222cc8fd051cfff2aa5baca3a93f5cc132e575 Mon Sep 17 00:00:00 2001 From: jonsurrell Date: Fri, 23 Jan 2026 18:05:34 +0000 Subject: [PATCH] Build/Test Tools: Ensure `assertEqualHTML()` recognizes whitespace text. Ensure whitespace text nodes are correctly represented by `build_visual_html_tree()`. The `build_visual_html_tree()` function used by `assertEqualHTML()` would remove some leading whitespace from text nodes. Some whitespace-only text nodes were omitted from the tree. Developed in https://github.com/WordPress/wordpress-develop/pull/10765. Follow-up to [60295]. Props jonsurrell, dmsnell, bernhard-reiter. Fixes #64531. Built from https://develop.svn.wordpress.org/trunk@61519 git-svn-id: http://core.svn.wordpress.org/trunk@60830 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 a22184b0eb..8c228582c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61518'; +$wp_version = '7.0-alpha-61519'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.