Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 15 years ago

#431 closed defect (bug) (fixed)

typo in upload.php with $piece_of_code

Reported by: anonymousbugger's profile anonymousbugger Owned by: matt's profile 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)

#2 @anonymousbugger
20 years ago

This happens around line 208 in upload.php in directory wp-admin

#3 @patrickdepinguin
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!

#4 @matt
20 years ago

  • fixed_in_version set to 1.5
  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.