Update $_old_files for 5.7.

Follow up to [50066].

Props desrosj.
Reviewed by davidbaumwald, SergeyBiryukov.
Fixes #52334.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-03-08 19:03:41 +00:00
parent 64444cd67e
commit f9be303194

View File

@ -801,6 +801,8 @@ $_old_files = array(
// 5.6
'wp-includes/js/jquery/ui/position.min.js',
'wp-includes/js/jquery/ui/widget.min.js',
// 5.7
'wp-includes/blocks/classic/block.json',
);
/**