From 921829f1b42b2f10d00f91f6ec2392506d14a301 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Fri, 27 Oct 2023 15:06:15 -0600 Subject: [PATCH] lint --- includes/transformer/class-comment.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/transformer/class-comment.php b/includes/transformer/class-comment.php index 14babd8..a15dafc 100644 --- a/includes/transformer/class-comment.php +++ b/includes/transformer/class-comment.php @@ -188,7 +188,7 @@ class Comment { * Checks a comment ID for a source_id, or source_url */ protected function get_source_id( $comment ) { - if ( $comment->user_id ) { + if ( $comment->user_id ) { return null; } @@ -276,5 +276,4 @@ class Comment { protected function get_mentions() { return apply_filters( 'activitypub_extract_mentions', array(), $this->wp_comment->comment_content, $this->wp_comment ); } - }