[wp-trac] [WordPress Trac] #9764: Truncation of last letter in
modified permalinks?
WordPress Trac
wp-trac at lists.automattic.com
Sat May 9 04:37:33 GMT 2009
#9764: Truncation of last letter in modified permalinks?
--------------------------+-------------------------------------------------
Reporter: joshuamcgee | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.7.1
Severity: normal | Keywords: truncation regexp regexps
--------------------------+-------------------------------------------------
Hi,
Anyone else seeing a problem that I can duplicate via the following steps?
1. Type a title for a post
2. Move to the text entry box, populating the Permalink edit field
3. Modify the permalink to something that ends with "n"
4. Publish
When this happens, I end up with a permalink with a truncated last letter.
For instance, if I enter "some incantation", I get a permalink ending in
"/some-incantatio/"
Other terminal letters fail sometimes, but (among my samples) 'n" always
does.
There can't be something ridiculous, along the lines of a regexp ending in
/.*n$/ instead of /.*\n$/ or something, could it? Or some PHP/JS parallel
of a chop/chomp problem?
If this is a repost, sorry.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9764>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list