Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#53150 closed defect (bug) (fixed)

Replace esc_attr with esc_url in the_block_editor_meta_boxes()

Reported by: chintan1896's profile chintan1896 Owned by: audrasjb's profile audrasjb
Milestone: 5.8 Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch commit
Focuses: Cc:

Description

Wrong Escaping Function Was Used in /wp-admin/includes/post.php

Attachments (2)

53150.diff (735 bytes) - added by chintan1896 4 years ago.
53150.1.diff (757 bytes) - added by audrasjb 4 years ago.
patch refreshed against trunk/wordpress-develop

Download all attachments as: .zip

Change History (5)

@chintan1896
4 years ago

#1 @audrasjb
4 years ago

  • Component changed from General to Editor
  • Owner set to audrasjb
  • Status changed from new to reviewing
  • Summary changed from Wrong Escaping Function Was Used to Replace esc_attr with esc_url in the_block_editor_meta_boxes()

@audrasjb
4 years ago

patch refreshed against trunk/wordpress-develop

#2 @audrasjb
4 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 5.8

Thanks for the ticket/patch!

Looks good to me. Marking for commit.

#3 @desrosj
4 years ago

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

In 50809:

General: Use correct escaping function for form action attributes.

Props chintan1896, audrasjb.
Fixes #53150.

Note: See TracTickets for help on using tickets.