Ticket #22175: 22175.patch
| File 22175.patch, 628 bytes (added by azaozz, 6 months ago) |
|---|
-
wp-includes/class-wp-editor.php
344 344 'webkit_fake_resize' => false, 345 345 'spellchecker_rpc_url' => self::$baseurl . '/plugins/spellchecker/rpc.php', 346 346 'schema' => 'html5', 347 'extended_valid_elements' => 'table[*]', 347 348 'wpeditimage_disable_captions' => $no_captions, 348 349 'wp_fullscreen_content_css' => self::$baseurl . '/plugins/wpfullscreen/css/wp-fullscreen.css', 349 350 'plugins' => implode( ',', $plugins )
