Ticket #29097: formatting.php.patch
File formatting.php.patch, 721 bytes (added by , 9 years ago) |
---|
-
formatting.php
95 95 $cockney = $cockneyreplace = array(); 96 96 } 97 97 98 $static_characters = array_merge( array( '...', '``', '\'\'', ' (tm)' ), $cockney );99 $static_replacements = array_merge( array( '…', $opening_quote, $closing_quote, ' ™' ), $cockneyreplace );98 $static_characters = array_merge( array( '...', '``', '\'\'', ' (tm)', '(c)' ), $cockney ); 99 $static_replacements = array_merge( array( '…', $opening_quote, $closing_quote, ' ™', '©' ), $cockneyreplace ); 100 100 101 101 102 102 // Pattern-based replacements of characters.