Changes between Initial Version and Version 1 of Ticket #22363, comment 34
- Timestamp:
- 11/17/2013 08:04:56 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22363, comment 34
initial v1 7 7 }}} 8 8 A complete list is attached. 9 10 '''Edit:''' 11 The culprit is the preg_replace without a Unicode pattern modifier. I found that the U-modifier is used here and there in WordPress sources, usually without any checking. I'd write some patches now, but I don't know how to do it & don't have time to learn just now.