Ticket #26156: comment.email.diff
File comment.email.diff, 425 bytes (added by , 12 years ago) |
---|
-
wp-admin/comment.php
164 164 </tr> 165 165 <?php if ( $comment->comment_author_email ) { ?> 166 166 <tr> 167 <th scope="row"><?php _e('E -mail'); ?></th>167 <th scope="row"><?php _e('Email'); ?></th> 168 168 <td><?php echo $comment->comment_author_email; ?></td> 169 169 </tr> 170 170 <?php } ?>