Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #27970, comment 11


Ignore:
Timestamp:
08/31/2014 06:44:33 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27970, comment 11

    v2 v3  
    1414- `paste_webkit_styles: 'all'` disables all cleanup in WebKit browsers. This results in a lot of junk spans with inline styles and makes all pasted content practically "un-styllable" by your theme.
    1515- `paste_word_valid_elements` is almost the same as the default but seems to let empty elements through.
    16 - `paste_retain_style_properties` (used for pasting from Word) prevents removal of all the `mso-*` stuff. A better setting would be to list all style "names" you want to keep.
     16- `paste_retain_style_properties` (used for pasting from Word) prevents removal of all the `mso-*` stuff. A better setting would be to list all style "names" you want to keep (yeah, that would need some experimenting to get it right).