From 5fc5af9722dcabce1a88682001f50fc4d68e117e Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 14 Nov 2022 18:24:12 +0000 Subject: [PATCH] Upgrade/Install: Delete the `comments-query-loop` folder in `wp-includes/blocks`. This properly deletes the now empty `src/wp-includes/blocks/comments-query-loop` directory and adds that directory to the `$_old_files` array. The files in this directory were removed in [54257], but the directory was not marked as deleted in SVN. Props azaozz, jorbin, SergeyBiryukov. Fixes #57080. Built from https://develop.svn.wordpress.org/trunk@54836 git-svn-id: http://core.svn.wordpress.org/trunk@54388 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 85a4f48332..22b32012b6 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -864,6 +864,7 @@ $_old_files = array( 'wp-includes/blocks/comments-query-loop/editor.min.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.min.css', + 'wp-includes/blocks/comments-query-loop', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 6a89581a55..5cee8a1cf6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54835'; +$wp_version = '6.2-alpha-54836'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.