Make WordPress Core


Ignore:
Timestamp:
05/27/2010 04:11:27 PM (14 years ago)
Author:
nacin
Message:

Forever eliminate 'Wordpress' from the planet (or at least the little bit we can influence). props matt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r14766 r14996  
    28182818}
    28192819
     2820/**
     2821 * Forever eliminate "Wordpress" from the planet (or at least the little bit we can influence).
     2822 *
     2823 * Violating our coding standards for a good function name.
     2824 *
     2825 * @since 3.0.0
     2826 */
     2827function capital_P_dangit( $text ) {
     2828       return str_replace( 'Wordpress', 'WordPress', $text );
     2829}
     2830
    28202831?>
Note: See TracChangeset for help on using the changeset viewer.