Upgrade/Install: Update `$_old_files` for 6.0.

Props hellofromTonya, JeffPaul, SergeyBiryukov.
Fixes #55794.
Built from https://develop.svn.wordpress.org/trunk@53439


git-svn-id: http://core.svn.wordpress.org/trunk@53028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-05-23 17:02:16 +00:00
parent c07f05ab86
commit 653a3af0d4
2 changed files with 3 additions and 1 deletions

View File

@ -843,6 +843,8 @@ $_old_files = array(
'wp-includes/blocks/tag-cloud/editor.min.css',
'wp-includes/blocks/tag-cloud/editor-rtl.css',
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
// 6.0
'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md',
);
/**

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53437';
$wp_version = '6.1-alpha-53439';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.