Ticket #31585: 31585.patch
| File 31585.patch, 619 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
490 490 ], 491 491 strikethrough: {inline: 'del'} 492 492 }", 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',502 493 'relative_urls' => false, 503 494 'remove_script_host' => false, 504 495 'convert_urls' => false,