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