Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#2446 closed defect (bug) (fixed)

htmlentities() function within inline-uploading.php

Reported by: zonble's profile zonble Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0.1
Component: Administration Keywords:
Focuses: Cc:

Description

The htmlentities() function was used in the line 237 and line 258 of the inline-uploading.php. It results the titles of uploaded images and files double-encoded. Please use the wp_specialchars() to replace htmlentities().

Change History (2)

#1 @ryan
20 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3544]) Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446

#2 @(none)
19 years ago

  • Milestone 2.0.1 deleted

Milestone 2.0.1 deleted

Note: See TracTickets for help on using tickets.