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 6b85a47 commit 9d1dfabCopy full SHA for 9d1dfab
templates/webmention-comments.php
@@ -18,9 +18,8 @@
18
}
19
?>
20
21
+<h2><?php echo get_webmention_comment_type_attr( $mention_type, 'label' ); ?></h2>
22
<ul class="reaction-list reaction-list--<?php echo esc_attr( $mention_type ); ?>">
- <h2><?php echo get_webmention_comment_type_attr( $mention_type, 'label' ); ?></h2>
23
-
24
<?php
25
if ( ( $fold_limit > 0 ) && $fold_limit < count( $mentions ) ) {
26
$overflow = array_slice( $mentions, $fold_limit );
0 commit comments