Gnome 2.22 finally released. This ‘lucky’ and ‘nice’ number version bring joy to open source community. Some features, a lot of bug fixes and performance speed has added. Gnome developer has replaced Gnome-VFS. GVFS is new network-transparent virtual filesystem layer for GTK+. GVFS is designed to overcome the shortcomings of the older GNOME-VFS system. Improvements [...]

»

Since I upgraded my Wordpress to 2.5

Posted on: March 30, 2008 | comment (0)
Tags: ,

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