Changeset 51080
- Timestamp:
- 06/07/2021 06:45:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r48991 r51080 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>
Note: See TracChangeset
for help on using the changeset viewer.