Ticket #13971: 13971-spaces.diff
| File 13971-spaces.diff, 429 bytes (added by , 16 years ago) |
|---|
-
3.0/wp-includes/formatting.php
2826 2826 * @since 3.0.0 2827 2827 */ 2828 2828 function capital_P_dangit( $text ) { 2829 return str_replace( ' Wordpress', 'WordPress', $text );2829 return str_replace( ' Wordpress ', ' WordPress ', $text ); 2830 2830 } 2831 2831 2832 2832 ?>