From ce8a07686ab0f28e0348f2f88b407b5fda8f87f3 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 19 Jul 2021 01:27:57 +0000 Subject: [PATCH] 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 --- wp-admin/includes/update-core.php | 6 ++++++ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 8e83c4a4ce..d3681bad14 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -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', diff --git a/wp-includes/version.php b/wp-includes/version.php index 9876b498bc..0e433281b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.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.