We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b9dc1 commit 4201f12Copy full SHA for 4201f12
1 file changed
src/wp-admin/includes/update-core.php
@@ -828,6 +828,19 @@
828
'wp-includes/SimplePie/Net/',
829
'wp-includes/SimplePie/Parse/',
830
'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',
844
);
845
846
/**
0 commit comments