Changeset 14996 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/27/2010 04:11:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r14766 r14996 2818 2818 } 2819 2819 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 */ 2827 function capital_P_dangit( $text ) { 2828 return str_replace( 'Wordpress', 'WordPress', $text ); 2829 } 2830 2820 2831 ?>
Note: See TracChangeset
for help on using the changeset viewer.