TinyMCE: remove <address> from the block formats drop-down. Props avryl, mor10. Fixes #30132.

git-svn-id: https://develop.svn.wordpress.org/trunk@30733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-12-03 20:30:09 +00:00
parent ddb7c8e942
commit b15ba3b995

View File

@ -490,6 +490,15 @@ final class _WP_Editors {
],
strikethrough: {inline: 'del'}
}",
'block_formats' =>
'Paragraph=p;' .
'Pre=pre;' .
'Heading 1=h1;' .
'Heading 2=h2;' .
'Heading 3=h3;' .
'Heading 4=h4;' .
'Heading 5=h5;' .
'Heading 6=h6',
'relative_urls' => false,
'remove_script_host' => false,
'convert_urls' => false,