From e2ba63091dbe6456d1222893f83b27922f3d1e5f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 22 Nov 2022 15:04:14 +0000 Subject: [PATCH] Tests: Move `wp_filesize()` tests to their own file. This aims to make the tests more discoverable and easier to expand. Includes splitting the `wp_filesize` and `pre_wp_filesize` filter tests into a separate test case. Follow-up to [52837], [52932], [54402]. Props pbearne, spacedmonkey, SergeyBiryukov. See #57171. Built from https://develop.svn.wordpress.org/trunk@54861 git-svn-id: http://core.svn.wordpress.org/trunk@54413 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 98754d8c27..1bb338bb21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54860'; +$wp_version = '6.2-alpha-54861'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.