Make WordPress Core

Ticket #24586: 24586.patch

File 24586.patch, 700 bytes (added by azaozz, 11 years ago)
  • wp-includes/class-wp-editor.php

     
    344344                                        'paste_strip_class_attributes' => 'all',
    345345                                        'paste_text_use_dialog' => true,
    346346                                        'webkit_fake_resize' => false,
    347                                         'preview_styles' => 'font-family font-size font-weight text-decoration text-transform',
     347                                        'preview_styles' => 'font-family font-weight text-decoration text-transform',
    348348                                        'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php',
    349349                                        'schema' => 'html5',
    350350                                        'wpeditimage_disable_captions' => $no_captions,