Opened 3 years ago

Closed 3 years ago

#11636 closed enhancement (fixed)

Replace unhtmlentities() methods in three importers

Reported by: nacin Owned by:
Priority: normal Milestone: 3.0
Component: Import Version:
Severity: normal Keywords: has-patch
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)

html_entity_decode.diff (4.6 KB) - added by nacin 3 years ago.

Download all attachments as: .zip

Change History (2)

nacin3 years ago

comment:1   dd323 years ago

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

(In [12985]) Remove < PHP 4.3 compat functions from importers. Props nacin. Fixes #11636

Note: See TracTickets for help on using tickets.