From e489c69dccc2d524dba869e77ad7bebcf957fbe0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 22 Nov 2022 19:45:11 +0000 Subject: [PATCH] =?UTF-8?q?Tests:=20Add=20unit=20tests=20for=20attachment?= =?UTF-8?q?=E2=80=99s=20file=20size=20being=20included=20in=20metadata.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tests ensure that `wp_generate_attachment_metadata()` stores the file size of all newly uploaded attachments under the `filesize` array key. The tests were initially supposed to be committed with [52837]. Follow-up to [52837], [52932], [54861]. Props spacedmonkey, johnwatkins0, mitogh, adamsilverstein, pbearne, SergeyBiryukov. Fixes #57171. Built from https://develop.svn.wordpress.org/trunk@54863 git-svn-id: http://core.svn.wordpress.org/trunk@54415 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 7734120386..2502c2d11f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54862'; +$wp_version = '6.2-alpha-54863'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.