[wp-trac] [WordPress Trac] #10077: clean_url improperly scrapes %20
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 9 02:48:25 GMT 2009
#10077: clean_url improperly scrapes %20
--------------------------+-------------------------------------------------
Reporter: noel | Owner: rboren
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.8
Component: Formatting | Version:
Severity: major | Keywords: has-patch
--------------------------+-------------------------------------------------
clean_url will currently turn a url like http://jcksn.com/Noel%20Jackson
into http://jcksn.com/NoelJackson
This patch fixes that problem, adding \\x20 to the regex.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10077>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list