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:
parent
c07f05ab86
commit
653a3af0d4
|
@ -843,6 +843,8 @@ $_old_files = array(
|
||||||
'wp-includes/blocks/tag-cloud/editor.min.css',
|
'wp-includes/blocks/tag-cloud/editor.min.css',
|
||||||
'wp-includes/blocks/tag-cloud/editor-rtl.css',
|
'wp-includes/blocks/tag-cloud/editor-rtl.css',
|
||||||
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
|
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
|
||||||
|
// 6.0
|
||||||
|
'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue