From 08dd0b932e4d32be70db425757e5c777c966027d Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 26 May 2009 22:42:23 +0000 Subject: [PATCH] Trim white space git-svn-id: https://develop.svn.wordpress.org/trunk@11463 602fd350-edb4-49c9-b593-d223f7449a82 --- 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); }