Upgrade/Install: Update the $_old_files array for 6.9.
Props SergeyBiryukov, davidbaumwald. Fixes #64320. Built from https://develop.svn.wordpress.org/trunk@61338 git-svn-id: http://core.svn.wordpress.org/trunk@60650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -841,6 +841,12 @@ $_old_files = array(
|
||||
'wp-includes/js/dist/undo-manager.min.js',
|
||||
'wp-includes/js/dist/fields.min.js',
|
||||
'wp-includes/js/dist/fields.js',
|
||||
// 6.9
|
||||
'wp-includes/blocks/post-author/editor.css',
|
||||
'wp-includes/blocks/post-author/editor.min.css',
|
||||
'wp-includes/blocks/post-author/editor-rtl.css',
|
||||
'wp-includes/blocks/post-author/editor-rtl.min.css',
|
||||
'wp-includes/SimplePie/src/Decode',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-alpha-61336';
|
||||
$wp_version = '7.0-alpha-61338';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user