Subscribe to
Posts
Comments
NSLog(); Header Image

WP-Grins and WordPress 2.8

WordPress 2.8 doesn't get along nicely with WP-Grins. I've asked Alex to release a minor update that addresses this, but he's not seen fit to give it a few minutes. 😉 So here's one "fix":

Edit the file /wp-admin/css/colors-fresh.css to add this at the end:

#wp_grins
{
    display: none;
}

Voilà! It works.