From f7fad1b118cbe1af6381cdd3d0e022dc423b4046 Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Sun, 29 Jan 2023 21:52:19 -0700 Subject: [PATCH] phpcbf --- includes/class-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-comments.php b/includes/class-comments.php index fd625f0..6cf3d8c 100644 --- a/includes/class-comments.php +++ b/includes/class-comments.php @@ -47,7 +47,7 @@ class Comments { * @return void */ public static function comment_content_filter( $comment_text, $comment, $args ) { - $protocol = \get_comment_meta( $comment->comment_ID, 'protocol', true ); + $protocol = \get_comment_meta( $comment->comment_ID, 'protocol', true ); // TODO Test if this is returned by Model/Comment if ( 'activitypub' === $protocol ) { $updated = \wp_date( 'Y-m-d H:i:s', \strtotime( \get_comment_meta( $comment->comment_ID, 'ap_last_modified', true ) ) );