mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Trim white space
git-svn-id: https://develop.svn.wordpress.org/trunk@11463 602fd350-edb4-49c9-b593-d223f7449a82
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