Skip to content

Commit d05eb20

Browse files
committed
html5_comment was falling back to comment instead of html5_comment
1 parent ac4d217 commit d05eb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-comment-walker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function avatar_only( $comment, $depth, $args ) {
185185
protected function html5_comment( $comment, $depth, $args ) {
186186
// Only call this local version for comments that are webmention based.
187187
if ( 'webmention' !== get_comment_meta( $comment->comment_ID, 'protocol', true ) ) {
188-
parent::comment( $comment, $depth, $args );
188+
parent::html5_comment( $comment, $depth, $args );
189189
return;
190190
}
191191

0 commit comments

Comments
 (0)