Skip to content

Commit b12c2f8

Browse files
committed
General: Update $_old_files list for 7.0.2.
The files being added to `$_old_files` in this change were previously removed in [62334] and [62337]. However, they remained in the core.svn.wordpress.org repository due to a bug on the build server. That has been fixed and the files have been removed as expected, so they must be added to the list of old files. Props johnbillion, jorbin, desrosj, sergeybiryukov. Fixes #65325. git-svn-id: https://develop.svn.wordpress.org/trunk@62777 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 97b5a75 commit b12c2f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,10 @@
897897
'wp-includes/js/dist/script-modules/interactivity/debug.js',
898898
'wp-includes/js/dist/script-modules/interactivity/debug.min.js',
899899
'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt',
900+
// 7.0.2
901+
'wp-includes/collaboration',
902+
'wp-includes/js/dist/sync.js'.
903+
'wp-includes/js/dist/sync.min.js',
900904
);
901905

902906
/**

0 commit comments

Comments
 (0)