Skip to content

Commit

Permalink
Update src/wp-includes/block-template.php
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Wilson <[email protected]>
  • Loading branch information
vcanales and peterwilsoncc authored Oct 4, 2024
1 parent 9e7c46f commit 963d514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/block-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function _add_template_loader_filters() {
* @since x.x
*
* @param WP_Block_Template $block_template The block template object.
* @return string The warning screen HTML.
* @return string The warning screen HTML.
*/
function wp_render_empty_block_template_warning( $block_template ) {
wp_enqueue_style( 'empty-template-alert' );
Expand Down

0 comments on commit 963d514

Please sign in to comment.