#18760 closed defect (bug) (fixed)
Errant </script> tag in media_upload_form()
| Reported by: | ryanhellyer | Owned by: | duck_ |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
New media-new.php page contains an errant </script> tag. The error is in media_upload_form() in wp-admin/includes/media.php
<form enctype="multipart/form-data" method="post" action="http://localhost/trunk/wp-admin/media-upload.php?inline=&upload-page-form=" class="media-upload-form type-form validate" id="file-form"> </script>
This is my first patched ticket ever, so apologise if I screw any of this up.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for removing </script> tag