Changeset 19631
- Timestamp:
- 12/25/2011 05:27:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r19533 r19631 302 302 'remove_linebreaks' => true, 303 303 'gecko_spellcheck' => true, 304 'fix_list_elements' => true, 304 305 'keep_styles' => false, 305 306 'entities' => '38,amp,60,lt,62,gt', 306 307 'accessibility_focus' => true, 307 'tabfocus_elements' => ' major-publishing-actions',308 'tabfocus_elements' => 'title,publish', 308 309 'media_strict' => false, 309 310 'paste_remove_styles' => true,
Note: See TracChangeset
for help on using the changeset viewer.