Ticket #56257: 56257.2.patch
File 56257.2.patch, 455 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..951bd523c2 100644
a b function block_footer_area() { 893 893 } 894 894 895 895 /** 896 * Filters theme directories thatshould be ignored during export.896 * Determines whether a theme directory should be ignored during export. 897 897 * 898 898 * @since 6.0.0 899 899 *