diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index a272eb7ef..fbaed627a 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -301,10 +301,11 @@ final class _WP_Editors { 'convert_urls' => false, 'remove_linebreaks' => true, 'gecko_spellcheck' => true, + 'fix_list_elements' => true, 'keep_styles' => false, 'entities' => '38,amp,60,lt,62,gt', 'accessibility_focus' => true, - 'tabfocus_elements' => 'major-publishing-actions', + 'tabfocus_elements' => 'title,publish', 'media_strict' => false, 'paste_remove_styles' => true, 'paste_remove_spans' => true,