Ticket #19614: 19614.2.patch
| File 19614.2.patch, 409 bytes (added by , 14 years ago) |
|---|
-
wp-includes/pluggable.php
1629 1629 } 1630 1630 1631 1631 if ( !empty($email) ) 1632 $email_hash = md5( strtolower( $email) );1632 $email_hash = md5( strtolower( trim( $email ) ) ); 1633 1633 1634 1634 if ( is_ssl() ) { 1635 1635 $host = 'https://secure.gravatar.com';