From 3c089a65498136975699a60f2c8f13ab3877a4a5 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Sat, 4 Nov 2023 00:03:05 -0600 Subject: [PATCH] remove context property --- includes/transformer/class-comment.php | 1 - 1 file changed, 1 deletion(-) 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 );