#58268 closed defect (bug) (fixed)
Use the esc_url function for the web address input field value
Reported by: | dilipbheda | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Administration | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Found invalid escape for URL in wp-admin/edit-link-form.php
Use esc_url
instead of esc_attr
Change History (5)
This ticket was mentioned in PR #4433 on WordPress/wordpress-develop by @dilipbheda.
17 months ago
#1
#2
@
17 months ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 6.3
- Owner set to audrasjb
- Status changed from new to accepted
#3
@
17 months ago
- Version set to 2.7
Hi there!
Thanks for ticket and PR.
The changes implemented in changeset [8691], version set to 2.7
and the PR look good to me.
commit
keyword added.
@audrasjb commented on PR #4433:
17 months ago
#5
committed in https://core.trac.wordpress.org/changeset/55751
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/58268