Upgrade/Install: Update $_old_files for 6.3.

Props SergeyBiryukov.
Reviewed by azaozz, SergeyBiryukov.
Merges [56365] to the 6.3 branch.
Fixes #58994.
Built from https://develop.svn.wordpress.org/branches/6.3@56366


git-svn-id: http://core.svn.wordpress.org/branches/6.3@55878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
davidbaumwald 2023-08-07 17:33:27 +00:00
parent cea8337d78
commit 160687edcb
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.3-RC3-56364';
$wp_version = '6.3-RC3-56366';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.