this is never used

This commit is contained in:
Matthias Pfefferle 2023-11-06 12:32:53 +01:00
parent d12708e746
commit 24315a41b6

View file

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