From e09ff2cf7d48520de52571c2e52d088bcfaa1066 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 May 2022 17:00:56 +0000 Subject: [PATCH] Upgrade/Install: Update `$_old_files` for 6.0. Props hellofromTonya, JeffPaul, SergeyBiryukov. Fixes #55794. git-svn-id: https://develop.svn.wordpress.org/trunk@53439 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index 8f26609d1e..2ccea37caa 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/wp-admin/includes/update-core.php @@ -843,6 +843,8 @@ $_old_files = array( 'wp-includes/blocks/tag-cloud/editor.min.css', 'wp-includes/blocks/tag-cloud/editor-rtl.css', 'wp-includes/blocks/tag-cloud/editor-rtl.min.css', + // 6.0 + 'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md', ); /**