diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php
index f7a10ab67290..34588247744e 100644
|
a
|
b
|
function _get_block_template_file( $template_type, $slug ) { |
| 355 | 355 | * @type string $post_type Post type to get the templates for. |
| 356 | 356 | * } |
| 357 | 357 | * |
| 358 | | * @return array Template |
| | 358 | * @return array|null Template. |
| 359 | 359 | */ |
| 360 | 360 | function _get_block_templates_files( $template_type, $query = array() ) { |
| 361 | 361 | if ( 'wp_template' !== $template_type && 'wp_template_part' !== $template_type ) { |