Opened 11 years ago
Closed 11 years ago
#31492 closed defect (bug) (fixed)
wp-admin/post.php > sendback URL generated through string concatenation
| Reported by: | podpirate | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Posts, Post Types | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
Description
This will result in invalid redirect URLs (containing two ?) when admin_url filter is applied before.
Patch uses add_query_arg() rather than string concatenation.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
use
add_query_argfor sendback URL