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
This commit is contained in:
parent
cf77d178a0
commit
5fc5af9722
|
@ -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',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue