#431 closed defect (bug) (fixed)
typo in upload.php with $piece_of_code
Reported by: | anonymousbugger | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.2 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The generated $piece_of_code in case the file is not an image, is this:
"<a href="". get_settings('fileupload_url') . "/$img1_name" title="$imgdesc" />$imgdesc</a>";
The open-anchor is already closed with the / before >
The correct code should be
"<a href="". get_settings('fileupload_url') . "/$img1_name" title="$imgdesc" >$imgdesc</a>";
Change History (4)
#3
@
20 years ago
I was the poster, and noticed that a similar solution was suggested here:
http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000026
Sorry!
Note: See
TracTickets for help on using
tickets.
This happens around line 208 in upload.php in directory wp-admin