fix phpcs issues

This commit is contained in:
Matthias Pfefferle 2022-12-23 12:12:12 +01:00
parent 8f6ad230ce
commit 733bc88faf

View file

@ -66,7 +66,7 @@ class Comment {
\strstr( \get_locale(), '_', true ) => $comment->comment_content,
),
'context' => $this->context,
//'source' => \get_comment_link( $comment ), //non-conforming, see https://www.w3.org/TR/activitypub/#source-property
// 'source' => \get_comment_link( $comment ), //non-conforming, see https://www.w3.org/TR/activitypub/#source-property
'url' => \get_comment_link( $comment ), //link for mastodon
'to' => $this->to_recipients,
'cc' => array( 'https://www.w3.org/ns/activitystreams#Public' ),