Ticket #19614: 19614.patch
File 19614.patch, 504 bytes (added by , 13 years ago) |
---|
-
wp-includes/pluggable.php
1628 1628 $default = $avatar_default; 1629 1629 } 1630 1630 1631 if ( !empty($email) ) 1631 if ( !empty($email) ) { 1632 if( false !== strpos( $email, ' ' ) ) 1633 $email = str_replace( ' ', '', $email ); 1632 1634 $email_hash = md5( strtolower( $email ) ); 1635 } 1633 1636 1634 1637 if ( is_ssl() ) { 1635 1638 $host = 'https://secure.gravatar.com';