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