Changeset 39326 for trunk/src/wp-mail.php
- Timestamp:
- 11/21/2016 02:45:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r38470 r39326 119 119 $author = sanitize_email($author); 120 120 if ( is_email($author) ) { 121 /* translators: Post author email address */ 121 122 echo '<p>' . sprintf(__('Author is %s'), $author) . '</p>'; 122 123 $userdata = get_user_by('email', $author);
Note: See TracChangeset
for help on using the changeset viewer.