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(