Enable the dialog for paste as plain text in the new TinyMCE paste plugin. Fixes #15278.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-11-01 15:59:48 +00:00
parent 629eb4397d
commit 5c88dc48e7

View File

@ -1470,6 +1470,7 @@ function wp_tiny_mce( $teeny = false, $settings = false ) {
'paste_remove_styles' => true,
'paste_remove_spans' => true,
'paste_strip_class_attributes' => 'all',
'paste_text_use_dialog' => true,
'wpeditimage_disable_captions' => $no_captions,
'plugins' => $plugins
);