Make WordPress Core

Ticket #30132: 30132.patch

File 30132.patch, 629 bytes (added by iseulde, 10 years ago)
  • src/wp-includes/class-wp-editor.php

     
    484484                                                ],
    485485                                                strikethrough: {inline: 'del'}
    486486                                        }",
     487                                        'block_formats' => (
     488                                                'Paragraph=p;' .
     489                                                'Pre=pre;' .
     490                                                'Heading 1=h1;' .
     491                                                'Heading 2=h2;' .
     492                                                'Heading 3=h3;' .
     493                                                'Heading 4=h4;' .
     494                                                'Heading 5=h5;' .
     495                                                'Heading 6=h6'
     496                                        ),
    487497                                        'relative_urls' => false,
    488498                                        'remove_script_host' => false,
    489499                                        'convert_urls' => false,