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

Commit

Permalink
fix #140
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle authored Dec 7, 2017
1 parent e597f93 commit d4d69b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-linkbacks-walker-comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ protected static function should_facepile( $comment ) {

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

if ( ! $type ) {
$type = 'mention';
}

$type = explode( ':', $type );

if ( is_array( $type ) ) {
Expand Down

0 comments on commit d4d69b7

Please sign in to comment.