diff --git a/includes/transformer/class-comment.php b/includes/transformer/class-comment.php index a15dafc..8dcb74b 100644 --- a/includes/transformer/class-comment.php +++ b/includes/transformer/class-comment.php @@ -65,7 +65,6 @@ class Comment { $object->set_id( $this->get_id( $comment ) ); $object->set_url( \get_comment_link( $comment->ID ) ); - $object->set_context( $this->get_context() ); $object->set_type( 'Note' ); $published = \strtotime( $comment->comment_date_gmt );