Make WordPress Core

Ticket #29097: formatting.php.patch

File formatting.php.patch, 721 bytes (added by magadanski_uchen, 9 years ago)
  • formatting.php

     
    9595                        $cockney = $cockneyreplace = array();
    9696                }
    9797
    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 );
    100100
    101101
    102102                // Pattern-based replacements of characters.