All pastes #765946 Raw Edit

Gravatar Snippet for WordPress

public php v1 · immutable
#765946 ·published 2007-11-08 14:12 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='' />";}?><?phpif ( !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&size=60&default=$default’ alt=” />”;}?>