From 041cf81e0d8d8fb8eca80d9dd23bdf4fe618e6d7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 1 Apr 2024 14:32:21 +0000 Subject: [PATCH] Tests: Revert the image size change in `wp_remote_head()` and `wp_remote_get()` tests. The exact size in the response appears to differ between platforms, but this should make the tests pass for now. Follow-up to [57903]. See #60865. Built from https://develop.svn.wordpress.org/trunk@57904 git-svn-id: http://core.svn.wordpress.org/trunk@57405 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 2e76d58b54..c6ded61441 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57903'; +$wp_version = '6.6-alpha-57904'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.