mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 09:41:26 +01:00
Upgrade/Install: Update the $_old_files
array for 6.6.
Reviewed by hellofromTonya. Merges [58744] to the 6.6 branch. Props dd32, audrasjb, hellofromTonya. Fixes #61665. Built from https://develop.svn.wordpress.org/branches/6.6@58746 git-svn-id: http://core.svn.wordpress.org/branches/6.6@58148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
89fd1a92f8
commit
083603e40b
@ -765,6 +765,11 @@ $_old_files = array(
|
|||||||
'wp-admin/images/about-header-freedoms.svg',
|
'wp-admin/images/about-header-freedoms.svg',
|
||||||
'wp-admin/images/about-header-contribute.svg',
|
'wp-admin/images/about-header-contribute.svg',
|
||||||
'wp-admin/images/about-header-background.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
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6.1-alpha-58737';
|
$wp_version = '6.6.1-alpha-58746';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user