From 27a001b6352e74c72972ccf34f9ec8de602c9fc4 Mon Sep 17 00:00:00 2001 From: azaozz 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: http://svn.automattic.com/wordpress/trunk@18025 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 237e3818c..18ab7e21e 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',