Changeset 33774 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 08/28/2015 03:16:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r33627 r33774 34 34 </tr> 35 35 <tr> 36 <td class="first"><label for="email"><?php _e( 'E -mail:' ); ?></label></td>36 <td class="first"><label for="email"><?php _e( 'Email:' ); ?></label></td> 37 37 <td> 38 38 <input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" />
Note: See TracChangeset
for help on using the changeset viewer.