WordPress.org

Make WordPress Core

Opened 5 months ago

Closed 5 months ago

#53150 closed defect (bug) (fixed)

Replace esc_attr with esc_url in the_block_editor_meta_boxes()

Reported by: chintan1896 Owned by: 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 5 months ago.
53150.1.diff (757 bytes) - added by audrasjb 5 months ago.
patch refreshed against trunk/wordpress-develop

Download all attachments as: .zip

Change History (5)

@chintan1896
5 months ago

#1 @audrasjb
5 months 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
5 months ago

patch refreshed against trunk/wordpress-develop

#2 @audrasjb
5 months 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
5 months 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.