Opened 9 years ago
Closed 9 years ago
#41413 closed defect (bug) (duplicate)
incorrect esc in wp_nonce_url
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.4 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
In wp_nonce_url() esc_html() is used to sanitize the output but the output is a URL so esc_url() makes more sense
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #20771.