Trim white space

git-svn-id: https://develop.svn.wordpress.org/trunk@11463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-05-26 22:42:23 +00:00
parent 2373c1c733
commit 08dd0b932e
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);
}