mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
TinyMCE: normalize font size for H1 - H6 submenu, fixes #24586.
git-svn-id: https://develop.svn.wordpress.org/trunk@24545 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -344,7 +344,7 @@ final class _WP_Editors {
|
||||
'paste_strip_class_attributes' => 'all',
|
||||
'paste_text_use_dialog' => true,
|
||||
'webkit_fake_resize' => false,
|
||||
'preview_styles' => 'font-family font-size font-weight text-decoration text-transform',
|
||||
'preview_styles' => 'font-family font-weight text-decoration text-transform',
|
||||
'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
|
||||
'schema' => 'html5',
|
||||
'wpeditimage_disable_captions' => $no_captions,
|
||||
|
||||
Reference in New Issue
Block a user