Don't texturize for the rich editor. Props skeltoac. fixes #1909
git-svn-id: http://svn.automattic.com/wordpress/trunk@3156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f8b2138eeb
commit
a78ca073b5
|
@ -999,7 +999,6 @@ function wp_richedit_pre($text) {
|
|||
|
||||
$output = $text;
|
||||
$output = html_entity_decode($output); // undoes format_to_edit()
|
||||
$output = wptexturize($output);
|
||||
$output = convert_chars($output);
|
||||
$output = wpautop($output);
|
||||
|
||||
|
|
Loading…
Reference in New Issue