Skip to content

Commit d338dba

Browse files
author
azaozz
committed
Editor: fix invalid nested lists, fix tabbing - Tab goes to Publish/Update, Shift + Tab goes back to Title, fixes #18261
git-svn-id: http://core.svn.wordpress.org/trunk@19631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent f8b4828 commit d338dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wp-includes/class-wp-editor.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,11 @@ public static function editor_settings($editor_id, $set) {
301301
'convert_urls' => false,
302302
'remove_linebreaks' => true,
303303
'gecko_spellcheck' => true,
304+
'fix_list_elements' => true,
304305
'keep_styles' => false,
305306
'entities' => '38,amp,60,lt,62,gt',
306307
'accessibility_focus' => true,
307-
'tabfocus_elements' => 'major-publishing-actions',
308+
'tabfocus_elements' => 'title,publish',
308309
'media_strict' => false,
309310
'paste_remove_styles' => true,
310311
'paste_remove_spans' => true,

0 commit comments

Comments
 (0)