Make WordPress Core

Opened 3 months ago

Last modified 3 months ago

#59278 new defect (bug)

Missing esc_attr() in class-custom-image-header.php

Reported by: nareshbheda's profile nareshbheda Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: coding-standards Cc:

Description

Found missing esc_attr() width and height in "wp-admin/includes/class-custom-image-header.php"

Change History (4)

@audrasjb commented on PR #5132:


3 months ago
#2

Thanks for the PR. FWIW there is at least one other occurrence in this file:

@nareshbheda commented on PR #5132:


3 months ago
#3

@audrasjb Thank you for the suggestion, I have applied your suggestion in the latest commit.

@kebbet commented on PR #5132:


3 months ago
#4

Why add escaping in line 341, it does not make sense @audrasjb?

Note: See TracTickets for help on using tickets.