#2634 closed defect (bug) (fixed)
wp_texturize kills some valid entities
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | minor | Version: | 2.0.2 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
(In [3686]) texturize fix from that Andy guy. fixes #2634