Ticket #53349: edit-form-comment.php.patch
File edit-form-comment.php.patch, 588 bytes (added by , 2 years ago) |
---|
-
edit-form-comment.php
52 52 <tr> 53 53 <td class="first"><label for="email"><?php _e( 'Email' ); ?></label></td> 54 54 <td> 55 <input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" />55 <input type="text" name="newcomment_author_email" size="30" value="<?php echo esc_attr( $comment->comment_author_email ); ?>" id="email" /> 56 56 </td> 57 57 </tr> 58 58 <tr>