From 2ecfc4f9a0b9a592cb24361e45fb7b8698d958ae Mon Sep 17 00:00:00 2001 From: davidbaumwald Date: Mon, 7 Aug 2023 17:21:29 +0000 Subject: [PATCH] Upgrade/Install: Update `$_old_files` for 6.3. Props SergeyBiryukov. Fixes #58994. Built from https://develop.svn.wordpress.org/trunk@56365 git-svn-id: http://core.svn.wordpress.org/trunk@55877 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index eb8e93f2c8..8d672199ee 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -866,6 +866,7 @@ $_old_files = array( // 6.3 'wp-includes/images/wlw', 'wp-includes/wlwmanifest.xml', + 'wp-includes/random_compat', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 367dbf7d12..810ed10703 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56363'; +$wp_version = '6.4-alpha-56365'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.