Opened 4 years ago
Closed 4 years ago
#10144 closed defect (bug) (duplicate)
missing preg_quote delimiter during wp_smiliessearch creation
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | 2.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Smiley strings can't contain "/" due to a missing preg_quote delimiter during wp_smiliessearch creation (it is done correctly for the first character, but not when quoting the rest of the string).
Patch attached.
Attachments (1)
Change History (3)
comment:1
peaceablewhale — 4 years ago
- Milestone changed from Unassigned to 2.8.1
- Milestone 2.8.1 deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

see #9955