Upgraded to WordPress 2.6
So I have just updated my blog to WordPress 2.6, and it was a very easy transition. Since I’m tracking the Subversion tree, all I have to do is:
svn sw http://svn.automattic.com/wordpress/tags/2.6/ .
More information on how to trach WordPress using Subversion is available in their documentation.
Everything seems to be working except for is_human(), but since I’m using Akismet for the time being, there is no rush to find a replacement. There seems to be quite a few plugins available in the WordPress plugin directory though, so I have to look through them.

