Make WordPress Core

Ticket #26156: comment.email.diff

File comment.email.diff, 425 bytes (added by morganestes, 12 years ago)

wp-admin/comment.php

  • wp-admin/comment.php

     
    164164</tr>
    165165<?php if ( $comment->comment_author_email ) { ?>
    166166<tr>
    167 <th scope="row"><?php _e('E-mail'); ?></th>
     167<th scope="row"><?php _e('Email'); ?></th>
    168168<td><?php echo $comment->comment_author_email; ?></td>
    169169</tr>
    170170<?php } ?>