From 24315a41b6e2562a95ef6cced13408f8e1452a1e Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 6 Nov 2023 12:32:53 +0100 Subject: [PATCH] this is never used --- includes/transformer/class-post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/transformer/class-post.php b/includes/transformer/class-post.php index 000dbef..252b5b5 100644 --- a/includes/transformer/class-post.php +++ b/includes/transformer/class-post.php @@ -619,7 +619,6 @@ class Post { ); $items[] = $comment_url; } else { - $ap_object = \unserialize( \get_comment_meta( $comment->comment_ID, 'ap_object', true ) ); $comment_url = \get_comment_meta( $comment->comment_ID, 'source_url', true ); if ( ! empty( $comment_url ) ) { $items[] = \get_comment_meta( $comment->comment_ID, 'source_url', true );