Changeset 54533
- Timestamp:
- 10/17/2022 12:18:21 PM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-mail.php
r54531 r54533 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.