This commit is contained in:
Django Doucet 2023-10-27 15:06:15 -06:00
parent 9da43a9d71
commit 921829f1b4

View file

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