mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
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:
parent
cea8337d78
commit
160687edcb
@ -866,6 +866,7 @@ $_old_files = array(
|
||||
// 6.3
|
||||
'wp-includes/images/wlw',
|
||||
'wp-includes/wlwmanifest.xml',
|
||||
'wp-includes/random_compat',
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user