Forums
(@corypratt)
10 months, 1 week ago
line 262 in comment-reply-email.php needs to be changed to the following:
else{return $field;}
1 year, 1 month 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’] );