Trim white space

git-svn-id: http://svn.automattic.com/wordpress/trunk@11463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-26 22:42:23 +00:00
parent 51e5201348
commit 0fc93e28fd
1 changed files with 1 additions and 21 deletions

View File

@ -439,28 +439,8 @@ function media_upload_form_handler() {
$rel = " rel='attachment wp-att-" . esc_attr($send_id)."'";
$html = "<a href='{$attachment['url']}'$rel>$html</a>";
}
$html = apply_filters('media_send_to_editor', $html, $send_id, $attachment);
return media_send_to_editor($html);
}