#2446 closed defect (bug) (fixed)
htmlentities() function within inline-uploading.php
| Reported by: | zonble | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3544]) Use wp_specialchars() to avoid double encoding. Props zonble. fixes #2446