Changeset 160
- Timestamp:
- 04/30/08 18:44:41 (2 months ago)
- Files:
-
- trunk/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/comments.php
r158 r160 91 91 gravatar_image_link(); 92 92 }elseif (function_exists('get_avatar')) { 93 echo get_avatar(get_comment_author_email(),'45' );93 echo get_avatar(get_comment_author_email(),'45','identicon'); 94 94 } ?> 95 95 <?php /* If you want to use gravatars, they go somewhere around here */ ?>
