Open widoz opened 7 years ago
As per title the variable $exists does not exists.
if ( $post_exists ) { $existing = $this->comment_exists( $comment ); if ( $existing ) { $this->mapping['comment'][ $original_id ] = $exists; continue; } }
As per title the variable $exists does not exists.
if ( $post_exists ) { $existing = $this->comment_exists( $comment ); if ( $existing ) { $this->mapping['comment'][ $original_id ] = $exists; continue; } }