Trim white space
git-svn-id: http://svn.automattic.com/wordpress/trunk@11463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user