Changeset 27029 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r26518 r27029 29 29 <table class="form-table editcomment"> 30 30 <tbody> 31 <tr valign="top">31 <tr> 32 32 <td class="first"><?php _e( 'Name:' ); ?></td> 33 33 <td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td> 34 34 </tr> 35 <tr valign="top">35 <tr> 36 36 <td class="first"> 37 37 <?php … … 44 44 <td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td> 45 45 </tr> 46 <tr valign="top">46 <tr> 47 47 <td class="first"> 48 48 <?php
Note: See TracChangeset
for help on using the changeset viewer.