Changeset 5932
- Timestamp:
- 08/23/07 21:15:50 (1 year ago)
- Files:
-
- branches/2.0/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/functions-formatting.php
r5736 r5932 21 21 if ( isset($wp_cockneyreplace) ) { 22 22 $cockney = array_keys($wp_cockneyreplace); 23 $cockney _replace = array_values($wp_cockneyreplace);23 $cockneyreplace = array_values($wp_cockneyreplace); 24 24 } else { 25 25 $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause");
