From ca2e67d1b07a2e59c16a5b0d87ea8c3a233b0f0e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 13 Jun 2022 15:22:10 +0000 Subject: [PATCH] Tests: Add a unit test for PHP 8.1 deprecation notice in `wp_user_settings()`. This ensures that PHP 8.1 "passing null to non-nullable" deprecation notice is not thrown for the `$domain` parameter of `setcookie()` calls in the function. Follow-up to [53490]. See #54914. Built from https://develop.svn.wordpress.org/trunk@53493 git-svn-id: http://core.svn.wordpress.org/trunk@53082 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 6a74b05446..c08616daf8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53492'; +$wp_version = '6.1-alpha-53493'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.