remove context property

This commit is contained in:
Django Doucet 2023-11-04 00:03:05 -06:00
parent 406d03345e
commit 3c089a6549

View file

@ -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 );