Opened 3 years ago
Last modified 3 years ago
#57268 new defect (bug)
Add Escaping properly in Class Custom background Page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | administration | Cc: |
Description
In the class-custom-background.php , I noticed there are some missing escaping. I think these should be escaped properly.
Example:
<?php echo $input['label']; ?>
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch Added