mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
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
This commit is contained in:
parent
a11ac1e13f
commit
20bccea8a7
@ -193,7 +193,6 @@ function build_template_part_block_instance_variations() {
|
||||
if ( wp_installing() ) {
|
||||
return array();
|
||||
}
|
||||
|
||||
$variations = array();
|
||||
$template_parts = get_block_templates(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user