diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php
index 3458824774..e5b784d275 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|null Template. |
| | 358 | * @return array|null The Template files, or null if $template_type not matched. |
| 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 ) { |