Skip to content

Commit caba697

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@54836 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 81fb19c commit caba697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/includes/update-core.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@
864864
'wp-includes/blocks/comments-query-loop/editor.min.css',
865865
'wp-includes/blocks/comments-query-loop/editor-rtl.css',
866866
'wp-includes/blocks/comments-query-loop/editor-rtl.min.css',
867+
'wp-includes/blocks/comments-query-loop',
867868
);
868869

869870
/**

0 commit comments

Comments
 (0)