groups

info


tags: wordpress

Link to this snippet:


Download to Code Collector

language: PHP
licence: BSD

Display Gravatars (WordPress 2.5+ Only)

options: send to code collectorview all maeghan's snippets

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