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.
Built from https://develop.svn.wordpress.org/trunk@55621


git-svn-id: http://core.svn.wordpress.org/trunk@55133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-04-04 17:37:25 +00:00
parent e3360c89e2
commit 24f3ba70f5
2 changed files with 4 additions and 1 deletions

View File

@ -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',
);
/**

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55620';
$wp_version = '6.3-alpha-55621';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.