Make WordPress Core


Ignore:
Timestamp:
05/24/2011 09:55:59 PM (14 years ago)
Author:
azaozz
Message:

Stop TinyMCE from trying to maintain text formatting when adding new paragraphs in FF and WebKit, see #17549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r17999 r18025  
    15631563        'remove_linebreaks' => true,
    15641564        'gecko_spellcheck' => true,
     1565        'keep_styles' => false,
    15651566        'entities' => '38,amp,60,lt,62,gt',
    15661567        'accessibility_focus' => true,
Note: See TracChangeset for help on using the changeset viewer.