[wp-trac] [WordPress Trac] #4221: Allow pure wp_nonce_url urls
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 29 23:01:22 UTC 2010
#4221: Allow pure wp_nonce_url urls
----------------------------+-----------------------------------------------
Reporter: filosofo | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Administration | Version: 2.3
Severity: normal | Keywords: needs-patch
----------------------------+-----------------------------------------------
Comment(by crashutah):
I'm having this same issue. Any reason why this patch wasn't ever
addressed?
My issue happens when I try to create a nonce URL on a redirect to a page
that includes a bunch of vars. However, after the redirect, the URL has
& instead of just & and it interprets amp; as part of the variable
name (which is obviously a problem).
Seems like the code for this function has changed since this patch so that
it now does a str_replace( '&', '&', $actionurl ) instead of the call
this does, but it still causes the same problem.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/4221#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list