From 23944fb4640c3f75f67ce62c6f37556562d280f6 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Mon, 7 Aug 2023 17:31:59 +0000 Subject: [PATCH] Upgrade/Install: Update `$_old_files` for 6.3. Props SergeyBiryukov. Reviewed by azaozz, SergeyBiryukov. Merges [56365] to the 6.3 branch. Fixes #58994. git-svn-id: https://develop.svn.wordpress.org/branches/6.3@56366 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index eb8e93f2c8..8d672199ee 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/wp-admin/includes/update-core.php @@ -866,6 +866,7 @@ $_old_files = array( // 6.3 'wp-includes/images/wlw', 'wp-includes/wlwmanifest.xml', + 'wp-includes/random_compat', ); /**