Changeset 160

Show
Ignore:
Timestamp:
04/30/08 18:44:41 (2 months ago)
Author:
zamoose
Message:

Adding Identicons as default Gravatar style -- makes it less boring out of the box.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/comments.php

    r158 r160  
    9191                                gravatar_image_link(); 
    9292                         }elseif (function_exists('get_avatar')) { 
    93                                 echo get_avatar(get_comment_author_email(),'45'); 
     93                                echo get_avatar(get_comment_author_email(),'45','identicon'); 
    9494                         } ?> 
    9595<?php /* If you want to use gravatars, they go somewhere around here */ ?>