Changeset 20168 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 03/10/2012 01:23:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r20077 r20168 93 93 } 94 94 ?></td> 95 <td><input type=" text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" tabindex="2" id="email" /></td>95 <td><input type="email" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" tabindex="2" id="email" /></td> 96 96 </tr> 97 97 <tr valign="top">
Note: See TracChangeset
for help on using the changeset viewer.