From 5a2b984cc0a1bb0b32cceb66e1bbf8a8c8bf5bc9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jun 2022 18:05:08 +0000 Subject: [PATCH] Tests: Don't overwrite image metadata in a `wp_calculate_image_srcset()` test for zero width. This was unnecessarily replacing the original image metadata with a scaled version, leading to a few leftover images with the `-scaled` suffix in the `wp-content/uploads` directory. Follow-up to [35412]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53465 git-svn-id: http://core.svn.wordpress.org/trunk@53054 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 2ea964d042..59afd21b1f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53464'; +$wp_version = '6.1-alpha-53465'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.