From a9e78ba4a63297bf7cb3fa2ec348d9e6b01ef8ad Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 5 Jun 2011 12:36:12 +0000 Subject: [PATCH] Output TinyMCE HTML inside the body for Press This. Fixes #17500 props greuben git-svn-id: http://svn.automattic.com/wordpress/trunk@18148 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/press-this.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 788f6720b..1c74fe436 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -346,10 +346,6 @@ var photostorage = false; do_action('admin_print_styles'); do_action('admin_print_scripts'); do_action('admin_head'); - - if ( user_can_richedit() ) { - wp_tiny_mce( true, array( 'height' => '370' ) ); - } ?> + '370' ) ); +} +?>