Changeset 2493
- Timestamp:
- 03/29/2005 03:19:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r2484 r2493 17 17 18 18 // This is a hack, look at this more later. It works pretty well though. 19 $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round" );20 $cockneyreplace = array("’tain’t","’twere","’twas","’tis","’twill","’til","’bout","’nuff","’round" );19 $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause"); 20 $cockneyreplace = array("’tain’t","’twere","’twas","’tis","’twill","’til","’bout","’nuff","’round","’cause"); 21 21 $curl = str_replace($cockney, $cockneyreplace, $curl); 22 22
Note: See TracChangeset
for help on using the changeset viewer.