Since I upgraded my Wordpress to 2.5
Since I upgraded my Wordpress to 2.5, some odds happening on my site. No, no this is not because of the wonderful administration theme (you know what, I love the layout and UI design for this new administration theme!).
This is because the gravatar is not properly displayed in exact dimension. I have inspected the functions.php on my modified prologue theme, and found nothing but headache.
So I think the get_gravatar function might be placed somewhere on the code since this version has supported the gravatar. With a wonderful “grep” command, I found get_gravatar function on wp-includes/pluggable.php.
Hmm, the function has a different arguments with the prologue theme function, so I decided to use the wordpress one. I must edit those theme scripts one by one to adopt the new get_avatar function.
Here it is, my new modified prologue theme that support wordpress 2.5