Switch TinyMCE's schema to 'html5', add 'autofocus' to the attributes map for <input>, part props SergeyBiryukov, fixes #13314
git-svn-id: http://core.svn.wordpress.org/trunk@21875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
45472e9915
commit
b9d4bd8382
|
@ -319,7 +319,7 @@ final class _WP_Editors {
|
||||||
'paste_text_use_dialog' => true,
|
'paste_text_use_dialog' => true,
|
||||||
'webkit_fake_resize' => false,
|
'webkit_fake_resize' => false,
|
||||||
'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
|
'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
|
||||||
'extended_valid_elements' => 'article[*],aside[*],audio[*],canvas[*],command[*],datalist[*],details[*],embed[*],figcaption[*],figure[*],footer[*],header[*],hgroup[*],keygen[*],mark[*],meter[*],nav[*],output[*],progress[*],section[*],source[*],summary,time[*],video[*],wbr',
|
'schema' => 'html5',
|
||||||
'wpeditimage_disable_captions' => $no_captions,
|
'wpeditimage_disable_captions' => $no_captions,
|
||||||
'wp_fullscreen_content_css' => self::$baseurl . '/plugins/wpfullscreen/css/wp-fullscreen.css',
|
'wp_fullscreen_content_css' => self::$baseurl . '/plugins/wpfullscreen/css/wp-fullscreen.css',
|
||||||
'plugins' => implode( ',', $plugins )
|
'plugins' => implode( ',', $plugins )
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue