Upgrade/Install: Update the `$_old_files` array for 6.6.
Props dd32, audrasjb, hellofromTonya. Fixes #61665. Built from https://develop.svn.wordpress.org/trunk@58744 git-svn-id: http://core.svn.wordpress.org/trunk@58146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
04358f497d
commit
4538fa7498
|
@ -765,6 +765,11 @@ $_old_files = array(
|
|||
'wp-admin/images/about-header-freedoms.svg',
|
||||
'wp-admin/images/about-header-contribute.svg',
|
||||
'wp-admin/images/about-header-background.svg',
|
||||
// 6.6
|
||||
'wp-includes/blocks/block/editor.css',
|
||||
'wp-includes/blocks/block/editor.min.css',
|
||||
'wp-includes/blocks/block/editor-rtl.css',
|
||||
'wp-includes/blocks/block/editor-rtl.min.css',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58743';
|
||||
$wp_version = '6.7-alpha-58744';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue