mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
20c490d73c
commit
e9c12f21e2
@ -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',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user