From 506f71b6604859264be5de17ac64c7f96df9a095 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Mon, 1 Nov 2010 15:59:48 +0000 Subject: [PATCH] Enable the dialog for paste as plain text in the new TinyMCE paste plugin. Fixes #15278. git-svn-id: https://develop.svn.wordpress.org/trunk@16133 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index bb6a943166..b644c34cde 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -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 );