Changeset 33774 for trunk/src/wp-admin/comment.php
- Timestamp:
- 08/28/2015 03:16:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r33436 r33774 167 167 <?php if ( $comment->comment_author_email ) { ?> 168 168 <tr> 169 <th scope="row"><?php _e('E -mail'); ?></th>169 <th scope="row"><?php _e('Email'); ?></th> 170 170 <td><?php echo $comment->comment_author_email; ?></td> 171 171 </tr>
Note: See TracChangeset
for help on using the changeset viewer.