diff --git a/wordpress_comment.inc b/wordpress_comment.inc
index 61a5848..dd42c26 100644
--- a/wordpress_comment.inc
+++ b/wordpress_comment.inc
@@ -215,7 +215,7 @@ class WordPressComment extends WordPressMigration {
 
     // Ignore pingbacks
     if ($row->comment_type == 'pingback') {
-      return FALSE;
+      return TRUE;
     }
     $row->comment_date = strtotime($row->comment_date);
 
