#5340 closed defect (bug) (fixed)
Regex warning in convert_smilies
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
It's possible for convert_smilies() to produce warnings if the $wp_smiliessearch global is empty. The enclosed patch is a simple defensive conditional to guard against that possbility.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [6331]) Eliminate warnings in convert_smilies. Props tellyworth. fixes #5340