From 62767b00dd753433f079b501e923499752eb744d Mon Sep 17 00:00:00 2001 From: Dean Sas Date: Tue, 26 Apr 2022 17:59:56 +0100 Subject: [PATCH] Post terms: Add missing closing span See #40559 --- packages/block-library/src/post-terms/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/post-terms/index.php b/packages/block-library/src/post-terms/index.php index 16aa9c97e85084..26475fa9280656 100644 --- a/packages/block-library/src/post-terms/index.php +++ b/packages/block-library/src/post-terms/index.php @@ -43,7 +43,7 @@ function render_block_core_post_terms( $attributes, $content, $block ) { $suffix = ''; if ( isset( $attributes['suffix'] ) && $attributes['suffix'] ) { - $suffix = '' . $attributes['suffix'] . $suffix; + $suffix = '' . $attributes['suffix'] . '' . $suffix; } return get_the_term_list(