Don't texturize for the rich editor. Props skeltoac. fixes #1909
git-svn-id: https://develop.svn.wordpress.org/trunk@3156 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4db5cfe7ef
commit
97eefbc202
@ -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
Block a user