From 20bccea8a7b079be1f492ad3f59c9dc954c4ab01 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Tue, 11 Oct 2022 15:39:59 +0000 Subject: [PATCH] Editor: Remove extra line break in `build_template_part_block_instance_variations()`. This extra break was causing a QUnit failure check validating version controlled file contents. Follow-up to [54483]. See #56467. git-svn-id: https://develop.svn.wordpress.org/trunk@54487 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks/template-part.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/blocks/template-part.php b/src/wp-includes/blocks/template-part.php index 6d9bc2d603..838210480c 100644 --- a/src/wp-includes/blocks/template-part.php +++ b/src/wp-includes/blocks/template-part.php @@ -193,7 +193,6 @@ function build_template_part_block_instance_variations() { if ( wp_installing() ) { return array(); } - $variations = array(); $template_parts = get_block_templates( array(