Upgrade/Install: Built files should not be included in the `$_old_files` list.

Follow up to [51133].
Unprops desrosj.
See #53367.
Built from https://develop.svn.wordpress.org/trunk@51134


git-svn-id: http://core.svn.wordpress.org/trunk@50743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-06-09 16:22:03 +00:00
parent f7c74d3994
commit 8c4cff0708
2 changed files with 1 additions and 5 deletions

View File

@ -816,10 +816,6 @@ $_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.min.css',
'wp-includes/css/dist/editor/editor-styles-rtl.css',
'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
'wp-includes/css/dist/editor/editor-styles.css',
);
/**

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-beta1-51133';
$wp_version = '5.8-beta1-51134';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.