Wordpress: Stop Replacing Double Dash with Em-dash
January 16th, 2009 by jeremychoneWordpress automatically replace ‘--‘ by ‘–’.
2 Options:
1) use <code>
<code>
--</code>
2) Edit SITE_ROOT/wp-includes/formatting.php
and change the $static_characters and $dynamic_replacements
This is quite risky and not really good for maintenance.