Gravatar in 2.5
-
I have Gravatar plugin 1.1 using the following code in my theme.
<img src="<?php gravatar("R", 32, "path/images/gravatar.png"); ?>" alt="Gravatar de <?php comment_author(); ?>" title="Gravatar de <?php comment_author(); ?>" />
Everything works fine, but now that Gravatar is included in WordPress 2.5 how do I need to modify my code so I can delete the plugin ?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Gravatar in 2.5’ is closed to new replies.