From 80f38671d083c3f99418704c51880e601abd9b1d Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 10 Nov 2021 01:50:00 +0000 Subject: [PATCH] Build/Test Tools: Make adjustments to how Quick Draft tests confirm expected behavior. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Twenty Twenty-One contained a filter on `the_title` to change the default post title to “Untitled”. Whenever possible, the default behavior of Core without theme modifications should be confirmed in tests. The default behavior here is for a post title to be “(no title)” when one is not entered. This change also makes an adjustment to be more specific when retrieving the text to verify results to prevent dates and post statuses from being pulled in. Props davidbaumwald, desrosj, peterwilsoncc, hellofromTonya. Fixes #54409. Built from https://develop.svn.wordpress.org/trunk@52096 git-svn-id: http://core.svn.wordpress.org/trunk@51688 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 0646e017e6..5daac8a42c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52095'; +$wp_version = '5.9-alpha-52096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.