Ticket #26156: edit-form-comment.email.diff
File edit-form-comment.email.diff, 698 bytes (added by , 11 years ago) |
---|
-
wp-admin/edit-form-comment.php
37 37 <td class="first"> 38 38 <?php 39 39 if ( $comment->comment_author_email ) { 40 printf( __( 'E -mail (%s):' ), get_comment_author_email_link( __( 'send e-mail' ), '', '' ) );40 printf( __( 'Email (%s):' ), get_comment_author_email_link( __( 'send email' ), '', '' ) ); 41 41 } else { 42 _e( 'E -mail:' );42 _e( 'Email:' ); 43 43 } 44 44 ?></td> 45 45 <td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td>