From a6d817da56819d329f20fda527d8f40d60ae10f1 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 5 Jun 2011 23:12:51 +0000 Subject: [PATCH] Fix JS error in Press This, props greuben, fixes #17501 git-svn-id: https://develop.svn.wordpress.org/trunk@18155 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/press-this.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 1c74fe436d..445f0fb151 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -366,7 +366,6 @@ var photostorage = false; function append_editor(text) { if ( '' != text && tinyMCE.activeEditor && ! tinyMCE.activeEditor.isHidden()) { tinyMCE.execCommand('mceSetContent', false, tinyMCE.activeEditor.getContent({format : 'raw'}) + '

' + text + '

'); - tinyMCE.execCommand('mceCleanup'); } else { insert_plain_editor(text); }