Opened 16 years ago
Closed 16 years ago
#11636 closed enhancement (fixed)
Replace unhtmlentities() methods in three importers
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Import | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Since we've required PHP 4.3 since 2.5, we can remove our own unhtmlentities() methods that exist in three importer classes, and replace them with html_entity_decode().
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12985]) Remove < PHP 4.3 compat functions from importers. Props nacin. Fixes #11636