Make WordPress Core

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


Ignore:
Timestamp:
09/08/2014 03:21:04 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29573, comment 13

    initial v1  
    11To summarize, there are two issues:
    22* If mbstring is disabled, we don't properly cut non-latin slugs with `strlen()` more than 30. This part is not a regression, see [6633], [6794], and [9986].
    3 * Since [28948], the same applies even if mbstring is enabled. This part is a regression.
     3* Since [28948], the same applies to non-latin slugs with `mb_strlen()` of 30 or less and `strlen()` more than 30, if mbstring is enabled. This part is a regression.
    44
    55[attachment:29573.2.patch] fixes both of these issues.