Make WordPress Core

Ticket #26156: edit-form-comment.email.diff

File edit-form-comment.email.diff, 698 bytes (added by morganestes, 11 years ago)

wp-admin/edit-form-comment.php

  • wp-admin/edit-form-comment.php

     
    3737        <td class="first">
    3838        <?php
    3939                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' ), '', '' ) );
    4141                } else {
    42                         _e( 'E-mail:' );
     42                        _e( 'Email:' );
    4343                }
    4444?></td>
    4545        <td><input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" /></td>