Changeset 31735
- Timestamp:
- 03/11/2015 10:56:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r31733 r31735 492 492 strikethrough: {inline: 'del'} 493 493 }", 494 'block_formats' =>495 'Paragraph=p;' .496 'Pre=pre;' .497 'Heading 1=h1;' .498 'Heading 2=h2;' .499 'Heading 3=h3;' .500 'Heading 4=h4;' .501 'Heading 5=h5;' .502 'Heading 6=h6',503 494 'relative_urls' => false, 504 495 'remove_script_host' => false,
Note: See TracChangeset
for help on using the changeset viewer.