Opened 16 years ago
Closed 16 years ago
#9965 closed defect (bug) (fixed)
wp_blacklist_check() spams comments containing decimal entities
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | Cc: |
Description
As noted in the conversation on #9934. Decimal entities cause the comment to unconditionally be marked as spam. Hex entities are allowed, however. Should wp_blacklist_check() be checking entities at all?
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is causing problems again. I think something changed in the way something was encoded.
Let's just kill it and deal with any problems later.
Patch enclosed, though it's a no brainer.