mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
Upgrade/Install: Update $_old_files for 6.4.
Reviewed by davidbaumwald. Merges [57075] to the 6.4 branch. Props davidbaumwald. Fixes #59817. Built from https://develop.svn.wordpress.org/branches/6.4@57076 git-svn-id: http://core.svn.wordpress.org/branches/6.4@56587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f157cfe635
commit
73139df433
@ -869,6 +869,8 @@ $_old_files = array(
|
||||
'wp-includes/random_compat',
|
||||
// 6.4
|
||||
'wp-includes/navigation-fallback.php',
|
||||
'wp-includes/blocks/navigation/view-modal.min.js',
|
||||
'wp-includes/blocks/navigation/view-modal.js',
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-RC4-57074';
|
||||
$wp_version = '6.4-RC4-57076';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user