- Timestamp:
- 12/16/2024 02:18:04 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/announce.php
r2103 r14280 23 23 ) ); 24 24 25 $hash = md5(strtolower( trim( $email ) ) );25 $hash = hash( 'sha256', strtolower( trim( $email ) ) ); 26 26 return sprintf( 'https://secure.gravatar.com/avatar/%s?s=96d=mm&r=G&%s', $hash, time() ); 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.