Make WordPress Core

Ticket #56257: 56257.patch

File 56257.patch, 513 bytes (added by nareshbheda, 3 years ago)

Here is the patch to improve docblock.

  • 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() { 
    893893}
    894894
    895895/**
    896  * Filters theme directories that should be ignored during export.
     896 * This function doesn't filter theme directories, it rather determines whether a theme directory should be ignored during export.
    897897 *
    898898 * @since 6.0.0
    899899 *