From f6bff0572fffc214e33d8b98238d919843884699 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Jun 2021 17:31:59 +0000 Subject: [PATCH] Tests: Make some optional parameters required in unit tests for previous/next attachment links. This resolves a "Deprecated: Required parameter follows optional parameter" notice on PHP 8. Follow-up to [48794], [51122]. See #45708, #52625. Built from https://develop.svn.wordpress.org/trunk@51172 git-svn-id: http://core.svn.wordpress.org/trunk@50781 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 f9392721b7..e18e19e40f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta2-51169'; +$wp_version = '5.8-beta2-51172'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.