From 0fc93e28fd265ce8b038fa86a1870814aaa68b2d Mon Sep 17 00:00:00 2001 From: azaozz Date: Tue, 26 May 2009 22:42:23 +0000 Subject: [PATCH] Trim white space git-svn-id: http://svn.automattic.com/wordpress/trunk@11463 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 67dd936895..e9f8fffa68 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -439,28 +439,8 @@ function media_upload_form_handler() { $rel = " rel='attachment wp-att-" . esc_attr($send_id)."'"; $html = "$html"; } - - - - + $html = apply_filters('media_send_to_editor', $html, $send_id, $attachment); - - - - - - - - - - - - - - - - - return media_send_to_editor($html); }