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

Props SergeyBiryukov.
Fixes #58994.
Built from https://develop.svn.wordpress.org/trunk@56365


git-svn-id: http://core.svn.wordpress.org/trunk@55877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2023-08-07 17:21:29 +00:00
parent fa83c8e1cd
commit 2ecfc4f9a0
2 changed files with 2 additions and 1 deletions

View File

@ -866,6 +866,7 @@ $_old_files = array(
// 6.3
'wp-includes/images/wlw',
'wp-includes/wlwmanifest.xml',
'wp-includes/random_compat',
);
/**

View File

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