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:
ryan 2005-11-18 23:27:39 +00:00
parent f8b2138eeb
commit a78ca073b5
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);