diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index f25d886b7f..c56bfa14a5 100644 --- a/src/wp-includes/class-wp-editor.php +++ b/src/wp-includes/class-wp-editor.php @@ -491,15 +491,6 @@ 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,