Upgrade/Install: Add additional files to $_old_files for 5.8.

Follow up to [51134].

Fixes #53367.
Built from https://develop.svn.wordpress.org/trunk@51459


git-svn-id: http://core.svn.wordpress.org/trunk@51070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-07-19 00:59:57 +00:00
parent 50db2d585f
commit 14f024a34a
2 changed files with 7 additions and 1 deletions

View File

@ -804,6 +804,12 @@ $_old_files = array(
// 5.7
'wp-includes/blocks/classic/block.json',
// 5.8
'wp-admin/images/freedoms.png',
'wp-admin/images/privacy.png',
'wp-admin/images/about-badge.svg',
'wp-admin/images/about-color-palette.svg',
'wp-admin/images/about-color-palette-vert.svg',
'wp-admin/images/about-header-brushes.svg',
'wp-includes/block-patterns/large-header.php',
'wp-includes/block-patterns/heading-paragraph.php',
'wp-includes/block-patterns/quote.php',

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51456';
$wp_version = '5.9-alpha-51459';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.