We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22a3cb commit 4486a6bCopy full SHA for 4486a6b
packages/block-library/src/comment-template/index.php
@@ -58,10 +58,11 @@ function block_core_comment_template_render_comments( $comments, $block ) {
58
$block_content .= sprintf( '<ol>%1$s</ol>', $inner_content );
59
--$comment_depth;
60
} else {
61
- $block_content .= block_core_comment_template_render_comments(
+ $inner_content = block_core_comment_template_render_comments(
62
$children,
63
$block
64
);
65
+ $block_content .= sprintf( $inner_content );
66
}
67
68
0 commit comments