From c26ddc3eae94e1bd3333e9cc6604fa87a788bf24 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 14 May 2023 18:45:20 +0000 Subject: [PATCH] Tests: Remove expectation of a deprecation notice from `WP_Posts_List_Table` tests. With `get_the_author()` returning an empty string instead of `null` if called before `$authordata` is set, and no longer causing a PHP 8.1 "null to non-nullable" deprecation notice, there is no need for these tests to ignore the notice. Follow-up to [51968], [55755]. See #58157. Built from https://develop.svn.wordpress.org/trunk@55756 git-svn-id: http://core.svn.wordpress.org/trunk@55268 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 f6119891a1..0603649b00 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55755'; +$wp_version = '6.3-alpha-55756'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.