#58182 closed enhancement (fixed)
Use esc_url in default_password_nag()
Reported by: | utsav72640 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Users | Keywords: | has-patch commit |
Focuses: | coding-standards | Cc: |
Description
esc_url missing on wp-admin/includes/user.php file
Attachments (1)
Change History (9)
#1
@
21 months ago
Also I have added in git a new pull request can you please check and let me know if there are any changes or not.
#3
@
21 months ago
- Keywords has-patch added; dev-feedback removed
- Milestone changed from Awaiting Review to 6.3
- Summary changed from esc_url missing on wp-admin/includes/user.php file to Use esc_url in default_password_nag()
- Type changed from defect (bug) to enhancement
- Version changed from 6.2 to 2.8
#4
@
21 months ago
Hi there!
Thanks for ticket and PR! PR look good to me and approved.
@SergeyBiryukov can you please take a look.
#5
@
21 months ago
- Component changed from General to Users
- Keywords commit added
Hello and thanks for the ticket and patch,
As the result of get_edit_profile_url()
can be filtered, let's escape it properly.
This ticket was mentioned in PR #4372 on WordPress/wordpress-develop by utsavtilava.
21 months ago
#6
esc_url missing on wp-admin/includes/user.php file
EDIT by @audrasjb: trac ticket: https://core.trac.wordpress.org/ticket/58182
#7
@
21 months ago
- Owner set to audrasjb
- Resolution set to fixed
- Status changed from new to closed
In 55682:
@audrasjb commented on PR #4372:
21 months ago
#8
Committed in https://core.trac.wordpress.org/changeset/55682
Note: See
TracTickets for help on using
tickets.
esc_url missing on wp-admin/includes/user.php file