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:
Ryan Boren 2005-11-18 23:27:39 +00:00
parent 4db5cfe7ef
commit 97eefbc202
1 changed files with 0 additions and 1 deletions

View File

@ -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);