Ticket #16432: 16432-alt2.diff
File 16432-alt2.diff, 456 bytes (added by , 14 years ago) |
---|
-
wp-includes/formatting.php
1875 1875 * @return string Text with converted entities. 1876 1876 */ 1877 1877 function ent2ncr($text) { 1878 1879 if( $filtered = apply_filters( 'ent2ncr', null, $text ) ) 1880 return $filtered; 1881 1878 1882 $to_ncr = array( 1879 1883 '"' => '"', 1880 1884 '&' => '&',