Ticket #4804: 4804.diff
File 4804.diff, 762 bytes (added by , 16 years ago) |
---|
-
wp-includes/formatting.php
11 11 // if a plugin has provided an autocorrect array, use it 12 12 if ( isset($wp_cockneyreplace) ) { 13 13 $cockney = array_keys($wp_cockneyreplace); 14 $cockney _replace = array_values($wp_cockneyreplace);14 $cockneyreplace = array_values($wp_cockneyreplace); 15 15 } else { 16 16 $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause"); 17 17 $cockneyreplace = array("’tain’t","’twere","’twas","’tis","’twill","’til","’bout","’nuff","’round","’cause");