Changeset 15355 for trunk/wp-includes/formatting.php
- Timestamp:
- 06/30/2010 12:05:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r15227 r15355 2827 2827 */ 2828 2828 function capital_P_dangit( $text ) { 2829 2829 return str_replace( 'Wordpress', 'WordPress', $text ); 2830 2830 } 2831 2831
Note: See TracChangeset
for help on using the changeset viewer.