Make WordPress Core

Ticket #31585: 31585.patch

File 31585.patch, 619 bytes (added by iseulde, 11 years ago)
  • src/wp-includes/class-wp-editor.php

     
    490490                                                ],
    491491                                                strikethrough: {inline: 'del'}
    492492                                        }",
    493                                         'block_formats' =>
    494                                                 'Paragraph=p;' .
    495                                                 'Pre=pre;' .
    496                                                 'Heading 1=h1;' .
    497                                                 'Heading 2=h2;' .
    498                                                 'Heading 3=h3;' .
    499                                                 'Heading 4=h4;' .
    500                                                 'Heading 5=h5;' .
    501                                                 'Heading 6=h6',
    502493                                        'relative_urls' => false,
    503494                                        'remove_script_host' => false,
    504495                                        'convert_urls' => false,