From a78ca073b54aad2cea9d42ca5d5f60e62c9b4d56 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 18 Nov 2005 23:27:39 +0000 Subject: [PATCH] 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 --- wp-includes/functions-formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/functions-formatting.php b/wp-includes/functions-formatting.php index da245a8625..1352eebc30 100644 --- a/wp-includes/functions-formatting.php +++ b/wp-includes/functions-formatting.php @@ -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);