Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22363, comment 34


Ignore:
Timestamp:
11/17/2013 08:04:56 AM (12 years ago)
Author:
p_enrique
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22363, comment 34

    initial v1  
    77}}}
    88A complete list is attached.
     9
     10'''Edit:'''
     11The 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.