Skip to content

Commit 4201f12

Browse files
committed
Upgrade/Install: Update the $_old_files array for 6.8.
git-svn-id: https://develop.svn.wordpress.org/trunk@60160 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a8b9dc1 commit 4201f12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,19 @@
828828
'wp-includes/SimplePie/Net/',
829829
'wp-includes/SimplePie/Parse/',
830830
'wp-includes/SimplePie/XML/',
831+
// 6.8
832+
'wp-includes/blocks/post-content/editor.css',
833+
'wp-includes/blocks/post-content/editor.min.css',
834+
'wp-includes/blocks/post-content/editor-rtl.css',
835+
'wp-includes/blocks/post-content/editor-rtl.min.css',
836+
'wp-includes/blocks/post-template/editor.css',
837+
'wp-includes/blocks/post-template/editor.min.css',
838+
'wp-includes/blocks/post-template/editor-rtl.css',
839+
'wp-includes/blocks/post-template/editor-rtl.min.css',
840+
'wp-includes/js/dist/undo-manager.js',
841+
'wp-includes/js/dist/undo-manager.min.js',
842+
'wp-includes/js/dist/fields.min.js',
843+
'wp-includes/js/dist/fields.js',
831844
);
832845

833846
/**

0 commit comments

Comments
 (0)