Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d4d69b7

Browse files
authored
fix #140
1 parent e597f93 commit d4d69b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ protected static function should_facepile( $comment ) {
1515

1616
$type = Linkbacks_Handler::get_type( $comment );
1717

18-
if ( ! $type ) {
19-
$type = 'mention';
20-
}
21-
2218
$type = explode( ':', $type );
2319

2420
if ( is_array( $type ) ) {

0 commit comments

Comments
 (0)