this is never used
This commit is contained in:
parent
d12708e746
commit
24315a41b6
1 changed files with 0 additions and 1 deletions
|
@ -619,7 +619,6 @@ class Post {
|
||||||
);
|
);
|
||||||
$items[] = $comment_url;
|
$items[] = $comment_url;
|
||||||
} else {
|
} else {
|
||||||
$ap_object = \unserialize( \get_comment_meta( $comment->comment_ID, 'ap_object', true ) );
|
|
||||||
$comment_url = \get_comment_meta( $comment->comment_ID, 'source_url', true );
|
$comment_url = \get_comment_meta( $comment->comment_ID, 'source_url', true );
|
||||||
if ( ! empty( $comment_url ) ) {
|
if ( ! empty( $comment_url ) ) {
|
||||||
$items[] = \get_comment_meta( $comment->comment_ID, 'source_url', true );
|
$items[] = \get_comment_meta( $comment->comment_ID, 'source_url', true );
|
||||||
|
|
Loading…
Reference in a new issue