Make WordPress Core


Ignore:
Timestamp:
08/28/2015 03:16:02 AM (9 years ago)
Author:
helen
Message:

Drop the hyphen from e-mail and standardize on email.

The AP Stylebook changed this in 2011, and we're woefully inconsistent, so let's go with the standard.

props morganestes, voldemortensen, niallkennedy (for patching on the previous AP style).
fixes #26156.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/comment.php

    r33436 r33774  
    167167<?php if ( $comment->comment_author_email ) { ?>
    168168<tr>
    169 <th scope="row"><?php _e('E-mail'); ?></th>
     169<th scope="row"><?php _e('Email'); ?></th>
    170170<td><?php echo $comment->comment_author_email; ?></td>
    171171</tr>
Note: See TracChangeset for help on using the changeset viewer.