[wp-trac] [WordPress Trac] #29573: Hebrew post slug is not properly cut on Edit Post screen
WordPress Trac
noreply at wordpress.org
Mon Sep 8 15:28:49 UTC 2014
#29573: Hebrew post slug is not properly cut on Edit Post screen
--------------------------+--------------------
Reporter: KingYes | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0.1
Component: Permalinks | Version: 4.0
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+--------------------
Changes (by miqrogroove):
* keywords: has-patch commit => has-patch
Comment:
I disagree. This patch would disable string truncation when mb_strlen is
unavailable. Please add another unit test:
{{{
$post_name = 'This is a very long post name that is both UTF-8 and > 30
chars.';
}}}
If you could run that with the mb_strlen function disabled, you would find
the string is not 'abridged'.
I think for 4.0.1 the best solution is to revert [28948].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29573#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list