Make WordPress Core

Changeset 2493


Ignore:
Timestamp:
03/29/2005 03:19:50 PM (19 years ago)
Author:
ryan
Message:

Cockney 'cause. http://mosquito.wordpress.org/view.php?id=1100 Props: bcrow

File:
1 edited

Legend:

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

    r2484 r2493  
    1717
    1818            // 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");
    2121            $curl = str_replace($cockney, $cockneyreplace, $curl);
    2222
Note: See TracChangeset for help on using the changeset viewer.