Changeset 18513 for trunk/wp-mail.php
- Timestamp:
- 08/05/2011 04:57:31 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/wp-mail.php
r14924 r18513 114 114 if ( is_email($author) ) { 115 115 echo '<p>' . sprintf(__('Author is %s'), $author) . '</p>'; 116 $userdata = get_user_by _email($author);116 $userdata = get_user_by('email', $author); 117 117 if ( empty($userdata) ) { 118 118 $author_found = false;
Note: See TracChangeset
for help on using the changeset viewer.