Changeset 2103
- Timestamp:
- 11/20/2015 08:04:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/announce.php
r1787 r2103 24 24 25 25 $hash = md5( strtolower( trim( $email ) ) ); 26 return sprintf( 'https://secure.gravatar.com/avatar/%s?s=96d=mm&r=G ', $hash);26 return sprintf( 'https://secure.gravatar.com/avatar/%s?s=96d=mm&r=G&%s', $hash, time() ); 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.