Make WordPress Core


Ignore:
Timestamp:
08/28/2015 03:16:02 AM (10 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/edit-form-comment.php

    r33627 r33774  
    3434</tr>
    3535<tr>
    36     <td class="first"><label for="email"><?php _e( 'E-mail:' ); ?></label></td>
     36    <td class="first"><label for="email"><?php _e( 'Email:' ); ?></label></td>
    3737    <td>
    3838        <input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" />
Note: See TracChangeset for help on using the changeset viewer.