diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-21 09:24:59 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-21 09:24:59 +0000 |
commit | ca9480281cb3cb331788f8475b1e080bff59ec8d (patch) | |
tree | 03c3457f2c0be80543aec170ff2781087b532b62 /wp-inst/wp-includes/functions-formatting.php | |
parent | efcb857423cc3556d2283152cc1de82f6c56cc74 (diff) | |
download | wordpress-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.php | 1 |
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); |