Floppy aku kayaknya rusak deh, soalnya tiap salin file ke disket selalu ada aja yang rusak filenya. Tapi belakangan udah bagus, mungkin karena banyak debunya kali ya.
Lama kelamaan floppy nantinya tergusur, diganti ama USB flash disk. Cuma satu aja kekurangannya USB disk ini, mahal!
Well, aku ngak sabar mau nyobain software blender, ini mah namanya [...]

more »

Since I upgraded my Wordpress to 2.5

Posted on: March 30, 2008
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

Leave a Comment