mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
629eb4397d
commit
5c88dc48e7
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user