Did you guys notice that with Wordpress 3.0 any occurence of the word "Wordpress" is converted automatically into "WordPress"? And yes the blogging world is full of rants with this move To take it to the next level there has been mockery or rant website put up as well. Read more about it here: Wordpress Capital P Funny LoL !
It's interesting how big that is for people -- I think it's just because so many other sites use two capital letters in their names ??
Wow, this sounded like a joke at first but it's true. But no worries, it's really easy to fix. Use this plugin, or add these lines to functions.php: remove_filter( 'the_content', 'capital_P_dangit' ); remove_filter( 'the_title', 'capital_P_dangit' ); remove_filter( 'comment_text', 'capital_P_dangit' ); Code (markup):