From 1ed0c5b42d86e91c67403c6a0200abb430161f13 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 24 May 2011 21:55:59 +0000 Subject: [PATCH] Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549 git-svn-id: https://develop.svn.wordpress.org/trunk@18025 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 237e3818c1..18ab7e21e7 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1562,6 +1562,7 @@ function wp_tiny_mce( $teeny = false, $settings = false ) { 'apply_source_formatting' => false, 'remove_linebreaks' => true, 'gecko_spellcheck' => true, + 'keep_styles' => false, 'entities' => '38,amp,60,lt,62,gt', 'accessibility_focus' => true, 'tabfocus_elements' => 'major-publishing-actions',