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/includes/template.php

    r33762 r33774  
    492492
    493493        <div class="inside">
    494         <label for="author-email"><?php _e('E-mail') ?></label>
     494        <label for="author-email"><?php _e('Email') ?></label>
    495495        <input type="text" name="newcomment_author_email" size="50" value="" id="author-email" />
    496496        </div>
Note: See TracChangeset for help on using the changeset viewer.