#2446 closed defect (bug) (fixed)
htmlentities() function within inline-uploading.php
| Reported by: |
|
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)
Note: See
TracTickets for help on using
tickets.
(In [3544]) Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446