Forums
(@corypratt)
2 years, 4 months ago
line 262 in comment-reply-email.php needs to be changed to the following:
else{return $field;}
2 years, 7 months ago
Line 216 in comment-reply-email.php should be changed from esc_attr to esc_html:
$mail_message = esc_html( $this->options[‘mail_message’] );