Skip to content

Commit 38c3584

Browse files
committed
Upgrade/Install: Update the $_old_files array for 6.9.
Props SergeyBiryukov, davidbaumwald. Fixes #64320. git-svn-id: https://develop.svn.wordpress.org/trunk@61338 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e2208db commit 38c3584

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/wp-admin/includes/update-core.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,12 @@
841841
'wp-includes/js/dist/undo-manager.min.js',
842842
'wp-includes/js/dist/fields.min.js',
843843
'wp-includes/js/dist/fields.js',
844+
// 6.9
845+
'wp-includes/blocks/post-author/editor.css',
846+
'wp-includes/blocks/post-author/editor.min.css',
847+
'wp-includes/blocks/post-author/editor-rtl.css',
848+
'wp-includes/blocks/post-author/editor-rtl.min.css',
849+
'wp-includes/SimplePie/src/Decode',
844850
);
845851

846852
/**

0 commit comments

Comments
 (0)