Make WordPress Core

Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#58268 closed defect (bug) (fixed)

Use the esc_url function for the web address input field value

Reported by: dilipbheda's profile dilipbheda Owned by: audrasjb's profile 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)

#2 @audrasjb
15 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 @mukesh27
15 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.

Last edited 15 months ago by SergeyBiryukov (previous) (diff)

#4 @audrasjb
15 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in [55751]

Note: See TracTickets for help on using tickets.