Upgrade/Install: Add files for 5.8 to the `$_old_files` list that were missed.

Follow up to [51133], [51459].

Props WFMattR, audrasjb, ocean90, johnbillion, pbiron.
Fixes #53702.
Built from https://develop.svn.wordpress.org/trunk@51497


git-svn-id: http://core.svn.wordpress.org/trunk@51108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-07-27 13:57:57 +00:00
parent 0f9e2d2c66
commit 8f90cf9878
2 changed files with 5 additions and 1 deletions

View File

@ -822,6 +822,10 @@ $_old_files = array(
'wp-includes/block-patterns/large-header-button.php',
'wp-includes/blocks/subhead/block.json',
'wp-includes/blocks/subhead',
'wp-includes/css/dist/editor/editor-styles.css',
'wp-includes/css/dist/editor/editor-styles.min.css',
'wp-includes/css/dist/editor/editor-styles-rtl.css',
'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
);
/**

View File

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