Adding WordPress 2.5 Gravatar support to Templates



<?php if(function_exists(‘get_avatar’)){
echo get_avatar($comment, ’50′);
} ?>

This is the code which is to be added to the comments.php file inside the comment loop as per the placement requirement… worked fine here on Insanity Rediscovered.