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
This commit is contained in:
Andrew Ozz 2011-05-24 21:55:59 +00:00
parent 426d2bfb74
commit 1ed0c5b42d
1 changed files with 1 additions and 0 deletions

View File

@ -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',