Make WordPress Core

Ticket #56257: 56257.2.patch

File 56257.2.patch, 455 bytes (added by nareshbheda, 3 years ago)

Updated patch

  • 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() { 
    893893}
    894894
    895895/**
    896  * Filters theme directories that should be ignored during export.
     896 * Determines whether a theme directory should be ignored during export.
    897897 *
    898898 * @since 6.0.0
    899899 *