summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/functions-formatting.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-21 09:24:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-21 09:24:59 +0000
commitca9480281cb3cb331788f8475b1e080bff59ec8d (patch)
tree03c3457f2c0be80543aec170ff2781087b532b62 /wp-inst/wp-includes/functions-formatting.php
parentefcb857423cc3556d2283152cc1de82f6c56cc74 (diff)
downloadwordpress-mu-ca9480281cb3cb331788f8475b1e080bff59ec8d.tar.gz
wordpress-mu-ca9480281cb3cb331788f8475b1e080bff59ec8d.tar.xz
wordpress-mu-ca9480281cb3cb331788f8475b1e080bff59ec8d.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@442 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/functions-formatting.php')
-rw-r--r--wp-inst/wp-includes/functions-formatting.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/functions-formatting.php b/wp-inst/wp-includes/functions-formatting.php
index da245a8..1352eeb 100644
--- a/wp-inst/wp-includes/functions-formatting.php
+++ b/wp-inst/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);