Changeset 54547 for branches/3.8/src/wp-mail.php
- Timestamp:
- 10/17/2022 05:43:54 PM (2 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/trunk merged: 54521-54523,54525,54527,54529,54541
- Property svn:mergeinfo changed
-
branches/3.8/src/wp-mail.php
r39782 r54547 60 60 wp_die( __('There doesn’t seem to be any new mail.') ); 61 61 } 62 63 // Always run as an unauthenticated user. 64 wp_set_current_user( 0 ); 62 65 63 66 for ( $i = 1; $i <= $count; $i++ ) { … … 124 127 $author = sanitize_email($author); 125 128 if ( is_email($author) ) { 126 echo '<p>' . sprintf(__('Author is %s'), $author) . '</p>';127 129 $userdata = get_user_by('email', $author); 128 130 if ( ! empty( $userdata ) ) {
Note: See TracChangeset
for help on using the changeset viewer.