#2634 closed defect (bug) (fixed)
wp_texturize kills some valid entities
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Administration | Version: | 2.0.2 |
| Severity: | minor | Keywords: | has-patch 2nd-opinion |
| Cc: |
Description
Current regex: /&([#])(?[a-z1-4]{1,8};)/
Entities not recognized by this:
THORN
ETH
AElig
OElig
lArr
rArr
uArr
dArr
This expression resolves it: /&([#])(?[a-zA-Z1-4]{1,8};)/
This bug was reported by an Icelandic blogger at http://andrisig.wordpress.com/
Attachments (1)
Change History (5)
- Milestone changed from 2.1 to 2.0.3
- Resolution fixed deleted
- Status changed from closed to reopened
Reopen for 2.0.3 inclusion.
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

(In [3686]) texturize fix from that Andy guy. fixes #2634