mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
Upgrade/Install: Add additional files to $_old_files
for 5.8.
Follow up to [51134]. Props desrosj. Merges [51459] to the 5.8 branch. Fixes #53367. Built from https://develop.svn.wordpress.org/branches/5.8@51460 git-svn-id: http://core.svn.wordpress.org/branches/5.8@51071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6b59938770
commit
ce8a07686a
@ -804,6 +804,12 @@ $_old_files = array(
|
||||
// 5.7
|
||||
'wp-includes/blocks/classic/block.json',
|
||||
// 5.8
|
||||
'wp-admin/images/freedoms.png',
|
||||
'wp-admin/images/privacy.png',
|
||||
'wp-admin/images/about-badge.svg',
|
||||
'wp-admin/images/about-color-palette.svg',
|
||||
'wp-admin/images/about-color-palette-vert.svg',
|
||||
'wp-admin/images/about-header-brushes.svg',
|
||||
'wp-includes/block-patterns/large-header.php',
|
||||
'wp-includes/block-patterns/heading-paragraph.php',
|
||||
'wp-includes/block-patterns/quote.php',
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-RC4-51458';
|
||||
$wp_version = '5.8-RC4-51460';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user