All pastes #781570 Raw Edit

Gravatar Snippet for WordPress

public php v1 · immutable
#781570 ·published 2007-11-18 22:38 UTC
rendered paste body
<?php if ( !empty( $comment->comment_author_email ) ) {	$md5 = md5( $comment->comment_author_email );	$default = urlencode( 'http://use.perl.org/images/pix.gif' );	echo "<img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=$md5&amp;size=60&amp;default=$default' alt='' />";}?>