WordPress with a capital "P" Funny lol

Discussion in 'Blogging' started by SOULZRIPPER, Jul 21, 2010.

  1. #1
    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 :p

    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 !
     
    SOULZRIPPER, Jul 21, 2010 IP
  2. iMarketingGuru

    iMarketingGuru Well-Known Member

    Messages:
    486
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    160
    #2
    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 ??
     
    iMarketingGuru, Jul 21, 2010 IP
  3. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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):
     
    Cash Nebula, Jul 21, 2010 IP