Ticket #2446 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

htmlentities() function within inline-uploading.php

Reported by: zonble Assigned to: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.0.1
Severity: normal Keywords:
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

02/17/06 02:05:44 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

11/30/06 19:41:49 changed by

  • milestone deleted.

Milestone 2.0.1 deleted