Opened 15 years ago
Closed 15 years ago
#10144 closed defect (bug) (duplicate)
missing preg_quote delimiter during wp_smiliessearch creation
Reported by: | jdub | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | Formatting | Keywords: | has-patch |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
see #9955