Ticket #56257: 56257.patch
File 56257.patch, 513 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/block-template-utils.php
diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index adac3a3ae7..65cbc98b8a 100644
a b function block_footer_area() { 893 893 } 894 894 895 895 /** 896 * Filters theme directories thatshould be ignored during export.896 * This function doesn't filter theme directories, it rather determines whether a theme directory should be ignored during export. 897 897 * 898 898 * @since 6.0.0 899 899 *