From 97eefbc2026d99f846d7965245ccc1a4bad07346 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@3156 602fd350-edb4-49c9-b593-d223f7449a82 --- 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);