Duplicate comment detected; it looks as though you've already said that!

3 replies
I am using word press for my blog.
When I reply to comments, I am getting this error. I have searched for this error. I got solution like "make comments symbol before simple duplicate check in comments.php". I checked my comment.php file, but it is already like below. Can any one tell me how to solve this issue.


// Simple duplicate check
// expected_slashed ($comment_post_ID, $comment_author, $comment_author_email, $comment_content) $dupe = $wpdb->prepare( "SELECT comment_ID FROM $wpdb->comments WHERE comment_post_ID = %d AND comment_parent = %s AND comment_approved != 'trash' AND (
comment_author = %s ",
wp_unslash( $commentdata['comment_post_ID'] ), wp_unslash( $commentdata['comment_parent'] ), wp_unslash( $commentdata['comment_author'] ) ); if ( $commentdata['comment_author_email'] )
#comment #detected #duplicate #you’ve

Trending Topics