Skip to content

Commit b0b4861

Browse files
committed
Upgrade/Install: Add missing path to the $_old_files array for 7.0.
See #65273. git-svn-id: https://develop.svn.wordpress.org/trunk@62384 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2acdbd6 commit b0b4861

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@
896896
'wp-includes/js/dist/views.min.js',
897897
'wp-includes/js/dist/script-modules/interactivity/debug.js',
898898
'wp-includes/js/dist/script-modules/interactivity/debug.min.js',
899+
'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt',
899900
);
900901

901902
/**

0 commit comments

Comments
 (0)