Changeset 61651 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 02/16/2026 05:01:33 PM (8 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r61440 r61651 63 63 <td class="first"><label for="email"><?php _e( 'Email' ); ?></label></td> 64 64 <td> 65 <input type="text" name="newcomment_author_email" size="30" value="<?php echo esc_attr( $comment->comment_author_email ); ?>" id="email" />65 <input type="text" name="newcomment_author_email" size="30" class="code" value="<?php echo esc_attr( $comment->comment_author_email ); ?>" id="email" /> 66 66 </td> 67 67 </tr>
Note: See TracChangeset
for help on using the changeset viewer.