Changeset 54523
- Timestamp:
- 10/17/2022 11:04:30 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r54521 r54523 138 138 $author = sanitize_email( $author ); 139 139 if ( is_email( $author ) ) { 140 /* translators: %s: Post author email address. */141 echo '<p>' . sprintf( __( 'Author is %s' ), $author ) . '</p>';142 140 $userdata = get_user_by( 'email', $author ); 143 141 if ( ! empty( $userdata ) ) {
Note: See TracChangeset
for help on using the changeset viewer.