From e9c12f21e29618efb0a82e78f0707b2dea4bcd20 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Apr 2023 17:35:52 +0000 Subject: [PATCH] Upgrade/Install: Include the removed Windows Live Writer manifest in `$_old_files`. This ensures that the file and a few related images are also removed from existing installations on update. Follow-up to [55620]. Props ocean90. Fixes #41404. git-svn-id: https://develop.svn.wordpress.org/trunk@55621 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index 170746370a..20933b6407 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/wp-admin/includes/update-core.php @@ -863,6 +863,9 @@ $_old_files = array( 'wp-includes/blocks/comments-query-loop/editor-rtl.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.min.css', 'wp-includes/blocks/comments-query-loop', + // 6.3 + 'wp-includes/images/wlw', + 'wp-includes/wlwmanifest.xml', ); /**