Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29573, comment 29


Ignore:
Timestamp:
12/07/2014 10:38:09 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29573, comment 29

    initial v1  
    1 IMHO best would be to just revert [28948] like in 4.0.1 and then split and shorten that string from JS in 4.2.
     1IMHO best would be to just revert [28948] like in 4.0.1 for now and split and shorten that string from JS in 4.2.
    22
    33If I remember right some years ago we had `mb_strlen()` compat function but dropped it later (not sure if it made it to a release). Seemed nearly all hosts that host non English sites have the mb_* functions enabled. For 29573.3.patch, the `u` modifier might not work on some hosts (PCRE is without UTF-8 support).