Just found out that as of Wordpress 3.0 (I spelled that with a small p…) if you write Wordpress with a small p (I did it again) it should be auto corrected for you :-)
function capital_P_dangit( $text ) {
return str_replace( 'Wordpress', 'WordPress', $text );
}
That’s kinda fun.