Ticket #16432: 16432.diff
| File 16432.diff, 451 bytes (added by , 15 years ago) |
|---|
-
wp-includes/formatting.php
2135 2135 '♦' => '♦' 2136 2136 ); 2137 2137 2138 return str_replace( array_keys($to_ncr), array_values($to_ncr), $text );2138 return apply_filters( 'ent2ncr', str_replace( array_keys($to_ncr), array_values($to_ncr), $text ), $text ); 2139 2139 } 2140 2140 2141 2141 /**